hellobrian / okaymon

Pokemon API (with totally unfinished website)

Home Page:http://okaymon.mybluemix.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Okaymon

Okaymon is a web app for pokemon -- a directory that tells you when they evolve and how they evolve.

API

This API is based on pokeapi.co, the open-source API by Paul Hallett (Phalt on GitHub).

Why not use pokeapi?

The reason why I created my own API is because I only needed a subset of the data that pokeapi provides. I also wanted to re-structure the data and endpoints to create a simpler API I could work with in my own projects. For example, I wanted the urls for my API endpoints to be as descriptive as possible, that means including named parameters where it makes sense.

GET /api/pokemon/charmander will return data for Charmander. GET /api/type/fire will return data for all fire type pokemon.

GET /pokemon

GET /generation

GET /type

About

Pokemon API (with totally unfinished website)

http://okaymon.mybluemix.net/


Languages

Language:CSS 74.4%Language:JavaScript 25.6%