Helper API for Vaccinosaurus
Vaccinosaurus uses the CoWIN APIs which are not available outside India and the Vaccinosaurus server is in Europe region (Heroku), so we had to pull through by creating a middle man server in Mumbai, India and this Express NodeJS App would live there and Vaccinosaurus will continue to hit our own servers which will then fetch the from CoWIN and send back to Vaccinosaurus.
The IP of the machine present in Mumbai is kept private to prevent misuse. You can continue to use Vaccinosaurus web app if you would like to utlise the services or you can clone this repository to setup your own servers.
Fork the repository and clone it to your local machine. cd into the folder and install the dependencies:
cd son-of-vaccinosaurus && npm install
Finally start the server:
npm start
You can also use PM2 to handle the server process.
If you found any issues or want to make any suggestions, please feel free to open an Issue.
If you have fixed an issue and want to merge your code with us, then please open a Pull Request and add necessary description along with the issue that your pull request fixes.
If you like the work, then please add your name to the Stargazers list by starring the repository.
This work is available under the MIT license. Please see the LICENSE file for details.