1.1.0 • Published 4 years ago

@gianlucatarantino/pokejs v1.1.0

Weekly downloads
10
License
MIT
Repository
github
Last release
4 years ago

PokeJS

PokeOpen Wrapper

It's simple, lightweight and powerful!

Just install it with npm install @gianlucatarantino/pokejs and use its main function, getPokemon(name). The usage is very simple:

const pokejs = require('@gianlucatarantino/pokejs');
pokejs.getPokemon('Ditto', (pokemon) => {
  console.log(pokemon);
});

Support

For any issue, contact PokéOpen developers Gianluca Tarantino (gianlutara@gmail.com) and Alessio Celentano (alessiocelentano2003@gmail.com)