2.2.0 • Published 10 years ago

joemon v2.2.0

Weekly downloads
28
License
-
Repository
-
Last release
10 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

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago