0.0.11 • Published 10 years ago

pokemon-go-api v0.0.11

Weekly downloads
2
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago