1.0.14 • Published 5 years ago

pokemon-gif v1.0.14

Weekly downloads
55
License
MIT
Repository
github
Last release
5 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

5 years ago

1.1.0

5 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago