cowin-pinger
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.
35 lines (34 loc) • 788 B
JSON
{
"name": "cowin-pinger",
"version": "1.1.9",
"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"
]
}