imroshan12 / VacData

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

Repository from Github https://github.comimroshan12/VacDataRepository from Github https://github.comimroshan12/VacData

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

About

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


Languages

Language:JavaScript 42.7%Language:EJS 40.9%Language:HTML 8.4%Language:CSS 8.0%