akhileshthite / covid19-vaccine-finder

COVID-19 Vaccine Finder website to check the available slots for vaccination centres from coWIN API in India.

Home Page:https://covid-19-vaccine-finder.herokuapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸ“£ This project was used by thousands during the COVID-19 pandemic to find available vaccine slots. It is now in a read-only state, but please feel free to fork it and utilize it with other APIs.

COVID-19 Vaccine Finder

GitHub release platform


βž” With this website, you'll quickly be able to register for vaccines by checking the most updated information from coWIN API like center, fee, availability of both dose 1 and dose 2, age limit, vaccine type, and time slots.
Now anyone can get all the information from this website and register for vaccines faster without running any script.

βž” Technical Details

Languages: Python3, HTML5, CSS3, JavaScript

Frameworks: Flask

Platforms: Heroku, AWS EC2 instance, GCP

Database: Firebase

βž” Project setup

Fork the repository, this will make a copy of this project in your account.

  1. Clone the repository by running below command -
git clone https://github.com/<username>/COVID-19-VaccineFinder.git
  1. Open the folder by running below command -
cd COVID-19-VaccineFinder
  1. Install all the requirements by running below command -
pip install -r requirements.txt

This will install all the required libraries to run this project.

  1. Run app.py using below command to start Flask API
python app.py

Note:- You must be on python version 3 or later.

  1. Navigate to URL "http://localhost:5000/"

β€’ Now, You should be able to view the homepage.

β€’ Enter PIN & DATE. Now, you should be able to see all the information from COWIN API.

βž” Contributing

I highly encourage you to raise issues & PRs for bugs & new features.

Git Commands Code of Conduct

βž” License βš–οΈ

MIT license

About

COVID-19 Vaccine Finder website to check the available slots for vaccination centres from coWIN API in India.

https://covid-19-vaccine-finder.herokuapp.com

License:MIT License


Languages

Language:HTML 71.8%Language:JavaScript 10.4%Language:CSS 9.1%Language:Python 8.6%Language:Procfile 0.1%