A simple project I decided to create to help fuel PokeBot and also for users to use and enjoy! >v1.2.5
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
Example Code For Calling The Pokemon Names
const pokemonQ = require('./randomPokemon')()
const pokemonR = require('./randomPokemon')()
console.log('pokemonQ', pokemonQ)
console.log('pokemonR', pokemonR)