Wonder-Toast / pokemon-random

A Module To Express Random Pokemon

Home Page:https://www.npmjs.com/package/pokemon-random

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


discord.js


Discord server NPM version

NPM info

About

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)

About

A Module To Express Random Pokemon

https://www.npmjs.com/package/pokemon-random

License:MIT License


Languages

Language:JavaScript 100.0%