mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
No description
assets | ||
config | ||
data | ||
hits | ||
pokemon_v1 | ||
pokemon_v2 | ||
templates | ||
.gitignore | ||
CONTRIBUTORS.txt | ||
LICENSE.rst | ||
Makefile | ||
manage.py | ||
README.md | ||
requirements.txt |
PokeAPI
A RESTful API for Pokemon
LICENSE: BSD
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.
See This blog post for more information.
Setup
-
Download this source code into a working directory.
-
Install the requirements using pip:
$ make install
This will install all the required packages and libraries for using PokeAPI
- Set up the local developer environment using the following command:
$ make setup
- 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