README
Pokemon-Berries-Random
About
This Module Contains all berries of pokemon.
Getting Started
To install, simply run the following command in your terminal (from your project directory):
npm install pokemon-berries-random --save
Example Code For calling the pokemon and berries names
const berrieQ = require('pokemon-berries-random')()
const berrieR = require('pokemon-berries-random')()
console.log('berrieQ', berrieQ)
console.log('berrieR', berrieR)