mirror of
https://github.com/PokeAPI/pokeapi
synced 2024-11-10 06:04:18 +00:00
badges (#261)
This commit is contained in:
parent
042fd74d71
commit
a50a65676e
1 changed files with 5 additions and 5 deletions
10
README.md
10
README.md
|
@ -1,13 +1,13 @@
|
|||
# PokeAPI
|
||||
|
||||
A RESTful API for Pokémon
|
||||
|
||||
A RESTful API for Pokemon
|
||||
|
||||
|
||||
LICENSE: BSD
|
||||
LICENSE: [BSD](https://github.com/PokeAPI/pokeapi/blob/master/LICENSE.rst)
|
||||
|
||||
http://pokeapi.co
|
||||
|
||||
[![ghit.me](https://ghit.me/badge.svg?repo=PokeAPI/pokeapi)](https://ghit.me/repo/PokeAPI/pokeapi)
|
||||
|
||||
## Fair use policy
|
||||
|
||||
PokéAPI is open and free to use. However, we will ban IP addresses that abuse this privilege. This API is used primarily for educational purposes, and we do not want people inhibiting the education of others. See the fair use guide on the docs for more information.
|
||||
|
@ -35,7 +35,7 @@ Quite a lot of data is missing from the V1 API.
|
|||
|
||||
See [This blog post for more information](http://phalt.co/if-you-have-data-they-will-consume-it).
|
||||
|
||||
## Setup
|
||||
## Setup [![pyVersion27](https://img.shields.io/badge/python-2.7-blue.svg)](https://www.python.org/download/releases/2.7/)
|
||||
|
||||
- Download this source code into a working directory.
|
||||
|
||||
|
|
Loading…
Reference in a new issue