1.0.14 • Published 7 years ago

pokemon-gif v1.0.14

Weekly downloads
55
License
MIT
Repository
github
Last release
7 years ago

pokemon-gif

Build Status npm npm

This function returns a url for a GIF for a given pokemon name or pokedex number. The sprites themselves hosted by Pokestadium.

Installation

npm install pokemon-gif --save

Usage

const pokemonGif = require('pokemon-gif');

/* String input: must be a valid pokemon name */
pokemonGif('pikachu');
// => 'http://www.pokestadium.com/sprites/xy/pikachu.gif'

/* Number input: must be a valid pokedex number (1 - 721) */
pokemonGif(25);
// => 'http://www.pokestadium.com/sprites/xy/pikachu.gif'

License

MIT

1.0.14

7 years ago

1.1.0

7 years ago

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago