cowin-pinger-low-ping
Version:
Get notified on your phone when there is a vaccine slot available at your location, by running a script on your computer. Uses Cowin portal's public API.
26 lines (25 loc) • 761 B
JSON
{
"name": "cowin-pinger-low-ping",
"version": "1.0.1",
"description": "Get notified on your phone when there is a vaccine slot available at your location, by running a script on your computer. Uses Cowin portal's public API.",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abhinav Dinesh",
"license": "ISC",
"dependencies": {
"axios": "^0.21.1",
"date-fns": "^2.21.1",
"minimist": "^1.2.5",
"sound-play": "^1.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/abhinavdc/cowin-pinger"
},
"bin": {
"cowin-pinger": "./app.js"
},
"keywords": ["cowin", "covid", "vaccine", "notification", "notifier", "automation", "script", "ifttt"]
}