-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
352 changed files
with
55,365 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
# ping-cowin | ||
|
||
This is a site created for checking the availabitly of the covaxin and covishiled based on the age and alerting for the same whenever certain slots are available based on the district id mentioned | ||
|
||
|
||
Creates a Node server to cater to the availabilty of vaccine for Covid-19 based on the location and other factors |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="UTF-8"> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Covability</title> | ||
<link rel="stylesheet" href="./public/style.css"> | ||
</head> | ||
|
||
<body> | ||
<div class="auth-body"> | ||
<h1>Input your mobile number</h1> | ||
<div class="number-section"> | ||
<input type="text" placeholder="7987321671" id="auth-number-input"> | ||
<button class="auth-button first-button">Enter</button> | ||
</div> | ||
<div style="display: none;" class="otp-section"><input type="text" id="auth-otp-input"> | ||
<button class="auth-button second-button">Submit OTP</button> | ||
</div> | ||
</div> | ||
<script src="./public/index.js"></script> | ||
</body> | ||
|
||
</html> |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.