Skip to content

BrunnerLivio/pokemongo-web-api

Repository files navigation

pokemongo-web-api

ghit.me Online Users in pokemongo-web-api Discord Server

A RESTful API for Pokémon GO

License: BSD

Version 0.1.1 Preview

Installation

Preqrequisites

  • NodeJS
  • Git
  • NPM

Production

  1. Clone the repository and change directory to the cloned repository
  2. Run npm install to install the dependencies
  3. Run npm start to run the server
  4. Open localhost:5000 in your browser

Development

Client only (quick)

  1. To run client side only run webpack-dev-server --content-base src/client/

Server and client (slow)

  1. Run npm start

Contribute

Commits

You must use this standard