An open API service indexing awesome lists of open source software.

https://github.com/drom/pokemon

pokemon nearby alert
https://github.com/drom/pokemon

Last synced: 2 months ago
JSON representation

pokemon nearby alert

Awesome Lists containing this project

README

        

# pokemon
pokemon nearby alert with ignore list

using nice node library: https://github.com/Armax/Pokemon-GO-node-api

## usage

```
git clone https://github.com/drom/pokemon.git
cd pokemon
npm i

export [email protected]
export PGO_PASSWORD=your.password
export PGO_LOCATION=37.0000,-121.0000
export PGO_IGNORE=Caterpie,Weedle,Pidgey

node nearby.js
```