1.0.1 • Published 6 years ago

searchpok v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

searchPok

A JS module to find basic description of pokemon by input name.

Simply, import module with var searchPok = require('searchPok');, then find your favourite Pokemon by input its name as argument in searchPok.search()!

Example:

var searchPok = require('searchPok');
searchPok.search('squirtle');

<<< Squirtle is a Water type Pokémon introduced in Generation 1. It is known as the Tiny Turtle Pokémon.

Source: Pokémon Database