Skip to content

YaBoyWonder/pokemon-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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