Skip to content

NodeJS API that wraps Mila432/Pokemon_Go_API

Notifications You must be signed in to change notification settings

fyqls/pokemongoapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pokemongoapi

NodeJS REST server that wraps the Mila432's python api (https://github.com/Mila432/Pokemon_Go_API)

currently a dummy account is used

Getting started

  1. Use docker to build the server container:
docker build -t pokemongoapi
  1. Run the container
docker run -d -p 8080:8080 pokemongoapi
  1. Test the container
curl https://localhost:8080/pokemonNearby

Endpoints

GET https://localhost:8080/pokemonNearby (currently only fetches pokemons on a fixed location)

About

NodeJS API that wraps Mila432/Pokemon_Go_API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published