https://github.com/drom/pokemon
pokemon nearby alert
https://github.com/drom/pokemon
Last synced: 2 months ago
JSON representation
pokemon nearby alert
- Host: GitHub
- URL: https://github.com/drom/pokemon
- Owner: drom
- License: mit
- Created: 2016-07-23T08:59:21.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T05:57:00.000Z (almost 9 years ago)
- Last Synced: 2025-01-24T19:41:19.026Z (4 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pokemon
pokemon nearby alert with ignore listusing nice node library: https://github.com/Armax/Pokemon-GO-node-api
## usage
```
git clone https://github.com/drom/pokemon.git
cd pokemon
npm iexport [email protected]
export PGO_PASSWORD=your.password
export PGO_LOCATION=37.0000,-121.0000
export PGO_IGNORE=Caterpie,Weedle,Pidgeynode nearby.js
```