A Module I decided to create to help fuel PokeBot and also for users to use and enjoy!
This Module Contains Pokemon from Generation 1-7. and soon berries
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
Example Code For Calling The Pokemon Names
const pokemonQ = require('./randomPokemon')()
const pokemonR = require('./randomPokemon')()
console.log('pokemonQ', pokemonQ)
console.log('pokemonR', pokemonR)