YaBoyWonder / pokemon-random

API & NPM Module To Express Random Pokemon

Home Page:https://www.npmjs.com/package/pokemon-random

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


discord.js


NPM version NPM downloads

NPM info

About

This Module Contains Pokemon from Generation 1-8. and soon berries

Want the API? then go here



Getting Started

To install, simply run the following command in your terminal (from your project directory):

npm install pokemon-random --save

You can also use yarn if you prefer as well

yarn add pokemon-random 



Example Code For Calling The Pokemon Names

const pokemonQ = require('pokemon-random')()
const pokemonR = require('pokemon-random')()

console.log('pokemonQ', pokemonQ)
console.log('pokemonR', pokemonR)

License

About

API & NPM Module To Express Random Pokemon

https://www.npmjs.com/package/pokemon-random

License:GNU Affero General Public License v3.0


Languages

Language:Python 49.2%Language:HTML 25.2%Language:JavaScript 18.9%Language:CSS 6.7%