abhinavdc / cowin-pinger

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.
106 stars 45 forks source link

getting an error #13

Closed lordravi closed 3 years ago

lordravi commented 3 years ago

npx cowin-pinger run --age=<18> --district=<247> npx cowin-pinger run --age=<18> --district=<247> ^^^^^

Uncaught SyntaxError: Unexpected identifier

abhinavdc commented 3 years ago

You don't need to pass < >, just the number is needed.

Try this - npx cowin-pinger run --age=18 --district=247