Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dominicbarnes/pokemongo-api
A GraphQL API for Pokemon GO metadata
https://github.com/dominicbarnes/pokemongo-api
game-master graphql pokemongo
Last synced: 17 days ago
JSON representation
A GraphQL API for Pokemon GO metadata
- Host: GitHub
- URL: https://github.com/dominicbarnes/pokemongo-api
- Owner: dominicbarnes
- Created: 2017-10-09T15:35:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-09T17:01:11.000Z (over 6 years ago)
- Last Synced: 2024-10-30T03:55:46.420Z (2 months ago)
- Topics: game-master, graphql, pokemongo
- Language: JavaScript
- Homepage: https://61heu9qv1g.execute-api.us-west-2.amazonaws.com/development/graphql
- Size: 91.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
Awesome Lists containing this project
README
# pokemongo-api
> A [GraphQL][graphql] API for [Pokemon GO][pogo] built using data from mining
> the `GAME_MASTER` file. The goal is to produce a unified API that developers
> can use to produce tools like IV checkers and team builders without needing
> to keep up with changes to the `GAME_MASTER` themselves.## Stages
Each of the "stages" below is a different deployment. New versions will be first
tested on "development" before moving on to "staging" and then finally
"production":- [development][dev]
- [staging][stage]
- [production][prod]**NOTE:** only "development" and "staging" will have [GraphIQL][graphiql], as it
is a development tool and staging/production should be queried directly.## Contributions
If you'd like to contribute to this project, check out the [issues][issues] to
see what is being requested first. Feel free to submit your own ideas as well![pogo]: http://www.pokemongo.com/
[graphql]: http://graphql.org/
[graphiql]: https://github.com/graphql/graphiql
[dev]: https://61heu9qv1g.execute-api.us-west-2.amazonaws.com/development/
[stage]: https://61heu9qv1g.execute-api.us-west-2.amazonaws.com/staging/
[prod]: https://61heu9qv1g.execute-api.us-west-2.amazonaws.com/production/
[issues]: https://github.com/dominicbarnes/pokemongo-api/issues