/VacData

VacData is a node based web application which extracts details of vaccination centers and mails it to the user.

Primary LanguageJavaScript

VacData

VacData is a node based web application. Since booking a slot for vaccination is not a cup of cake, this application makes the life easier by sending the details of vaccines and vaccincation centers. Using the CoWIN APIs, it extracts all the relevant details of the nearest vaccination centers from the CoWIN portal and emails it to the user every hour.

Authors

Run Locally

Clone the project

  git clone https://github.com/imroshan12/VacData.git

Go to the project directory

  cd VacData

Install dependencies

  npm install

A .env file with required variables is also required, otherwise it will not run.

Start the server

  node app.js