2.2.0 • Published 8 years ago

joemon v2.2.0

Weekly downloads
28
License
-
Repository
-
Last release
8 years ago

Joémon

My Rattata is in the top percent.

This is a package that wraps around the Pokemon API v2 at http://pokeapi.co/

Example usage:

Pokémon = require 'joemon'
poké = new Pokémon()

poké.getPokemon 'bulbasaur', (status, bulbasaur) ->
	console.log bulbasaur.types

This will output:

[
	{ 
		slot: 2,
		type: {
			url: 'http://pokeapi.co/api/v2/type/4/',
			name: 'poison'
		}
	},
	{ 
		slot: 1,
		type: {
			url: 'http://pokeapi.co/api/v2/type/12/',
			name: 'grass'
		}
	}
]

See joemon.coffee for more documentation.

2.2.0

8 years ago

2.1.0

8 years ago

2.0.0

8 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.4

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago