pokemonitor

0.0.2 • Public • Published

magikarp

PokéMonitor

Sends desktop and SMS notifications when Pokémon are near a geolocation. This command uses Pokevision's API.

Installation

npm i -g pokemonitor

Usage

At a minimum, you'll need to pass pokemonitor a latitude, a longitude, and a .csv file with the Pokémon you want to get notified about (here's the list I use).

You can also pass additional flags to get SMS (via Twilio) and change the polling interval, etc.

 Usage: pokemonitor [options] <lat>,<lng>
 
  Get notified about Pokémon near a location
 
  Options:
 
    -h, --help                  output usage information
    -V, --version               output the version number
    -a, --alias <name>          Location alias for geo coordinates
    -s, --sms <to>,<from>       Phone numbers to send text message to and from
    -t, --twilio <SID>,<token>  Your Twilio Account SID and Twilio Auth Token (https://www.twilio.com/console)
    -p, --pokemon <file>        .csv file of Pokémon you want to get notified about
    -i, --interval <seconds>    How often to search (min 30)

Examples

Basic Usage (Desktop Notifications)
pokemonitor --pokemon <file> <lat>,<lng>
Advanced Usage (Desktop Notifications and SMS)
pokemonitor --sms <to>,<from> --twilio <SID>,<token> --pokemon <file> <lat>,<lng>

Readme

Keywords

none

Package Sidebar

Install

npm i pokemonitor

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • josiahsavary