1.0.3 • Published 6 years ago

pokemon-berries-random v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

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)