0.0.11 • Published 9 years ago

pokemon-go-api v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

pokemon-go-api

The unofficial Pokemon Go API (while it lasts).

How to Install

npm install pokemon-go-api --save

Supported methods

  • .login(username, password, type)
    • username - the username of the account
    • password - the password of the account
    • type - a string that's either google or pokemon-club
  • .location.set('address', address)
    • address - the street address as a string
  • .location.set('coordinates', latitude, longitude)
    • latitude - the latitude float
    • longitude - the longitude float
  • .getPlayerEndpoint()
  • .profile.get()
  • .inventory.get()
  • .mapData.getNearby()
  • .mapData.getByAddress(address)
    • address - the street address as a string
  • .mapData.getByCoordinates(latitude, longitude)
    • latitude - the latitude float
    • longitude - the longitude float

Code Examples

For a working set of code examples, visit the Examples section of the repository.

Thanks

This package is made possible thanks to:

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago