pokemon-berries-random

A Module to Express random Berries

Usage no npm install needed!

<script type="module">
  import pokemonBerriesRandom from 'https://cdn.skypack.dev/pokemon-berries-random';
</script>

README

Pokemon-Berries-Random


NPM version NPM downloads

NPM info

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)