NodeJS REST server that wraps the Mila432's python api (https://github.com/Mila432/Pokemon_Go_API)
currently a dummy account is used
- Use docker to build the server container:
docker build -t pokemongoapi
- Run the container
docker run -d -p 8080:8080 pokemongoapi
- Test the container
curl http://localhost:8080/pokemonNearby
GET http://localhost:8080/pokemonNearby (currently only fetches pokemons on a fixed location)