No description
Find a file
2014-12-04 11:11:46 +00:00
assets initial commit 2014-12-04 11:11:46 +00:00
config initial commit 2014-12-04 11:11:46 +00:00
data initial commit 2014-12-04 11:11:46 +00:00
hits initial commit 2014-12-04 11:11:46 +00:00
pokemon_v1 initial commit 2014-12-04 11:11:46 +00:00
pokemon_v2 initial commit 2014-12-04 11:11:46 +00:00
templates initial commit 2014-12-04 11:11:46 +00:00
.gitignore initial commit 2014-12-04 11:11:46 +00:00
CONTRIBUTORS.txt initial commit 2014-12-04 11:11:46 +00:00
LICENSE.rst initial commit 2014-12-04 11:11:46 +00:00
Makefile initial commit 2014-12-04 11:11:46 +00:00
manage.py initial commit 2014-12-04 11:11:46 +00:00
README.md initial commit 2014-12-04 11:11:46 +00:00
requirements.txt initial commit 2014-12-04 11:11:46 +00:00

PokeAPI

A RESTful API for Pokemon

LICENSE: BSD

http://pokeapi.co

DEPRECATION

Quite a lot of data is missing from the V1 API.

As of January 2015, no new data will be added to the v1 API, you will have to use the V2 API instead. This is part of an ongoing deprecation of the v1 API.

Setup

  1. Download this source code into a working directory.

  2. Install the requirements using pip::

    $ make install

This will install all the required packages and libraries for using PokeAPI

  1. Set up the local developer environment using the following command::

    $ make setup

  2. Run the server using the following command::

    $ make serve

Visit localhost:8000 to see the running website!

If you ever need to wipe the database use this command::

$ make wipe_db