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.
Clone the project
git clone https://github.com/imroshan12/VacData.gitGo to the project directory
cd VacDataInstall dependencies
npm installA .env file with required variables is also required, otherwise it will not run.
Start the server
node app.js