All Projects → YaBoyWonder → pokemon-random

YaBoyWonder / pokemon-random

Licence: AGPL-3.0 license
API & NPM Module To Express Random Pokemon

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to pokemon-random

PogoMap
PoGo Map using React Native
Stars: ✭ 59 (+25.53%)
Mutual labels:  pokemon
faker-pokemon
A Faker provider that generates fake pokemon data for you! 🍬
Stars: ✭ 14 (-70.21%)
Mutual labels:  pokemon
whosthatpokemon
A simple HTML5 game that generates silhouettes from images and gets the user to guess the name of the Pokémon shown.
Stars: ✭ 53 (+12.77%)
Mutual labels:  pokemon
showdown-battle-bot
Socket Battle Bot for Pokemon Showdown (http://pokemonshowdown.com/)
Stars: ✭ 19 (-59.57%)
Mutual labels:  pokemon
Pokedex
Pokedex is a robust Discord bot that mimics the iconic Pokedex from the Pokemon games and show. It's loaded with features to help players of all skill levels to learn and better enjoy Pokemon! The goal of Pokedex is to provide users with as much data about the Pokemon games as they desire conveniently and with minimal effort.
Stars: ✭ 18 (-61.7%)
Mutual labels:  pokemon
Poke-Pi-Dex
Our deep learning for computer vision related project for nostalgic poke weebs (Sistemi digitali, Unibo).
Stars: ✭ 18 (-61.7%)
Mutual labels:  pokemon
ps
Modular Pokémon Showdown
Stars: ✭ 38 (-19.15%)
Mutual labels:  pokemon
stalin-sort
A repressive sorting algorithm (not really sorting)
Stars: ✭ 13 (-72.34%)
Mutual labels:  npm-module
Pokedex
Pokedex developed with React Native, consuming the public API "Pokeapi".
Stars: ✭ 18 (-61.7%)
Mutual labels:  pokemon
intellij-pokemon-progress
A Pokémon themed progress bar for IntelliJ IDEA.
Stars: ✭ 70 (+48.94%)
Mutual labels:  pokemon
palettetown
Pokemon themed colour schemes for R.
Stars: ✭ 56 (+19.15%)
Mutual labels:  pokemon
react-reactions
😲 Create custom reaction pickers and counters or use your favorites!
Stars: ✭ 34 (-27.66%)
Mutual labels:  pokemon
liferay-pokemon-item-selector
Code for Liferay's /dev/24 talk
Stars: ✭ 13 (-72.34%)
Mutual labels:  pokemon
React-Pincode
A NPM module which auto fills City, District and State fields when a valid Zip Code in entered!
Stars: ✭ 26 (-44.68%)
Mutual labels:  npm-module
react-pokedex
A Pokedex built using React.js
Stars: ✭ 17 (-63.83%)
Mutual labels:  pokemon
protocol-registry
This module allows you to set custom protocol handler for your nodejs app.
Stars: ✭ 45 (-4.26%)
Mutual labels:  npm-module
windows-network-drive
Do network drive stuff on Microsoft Window in node
Stars: ✭ 18 (-61.7%)
Mutual labels:  npm-module
PokeBall-SelfBot-Poketwo-Autocatcher
This specific selfbot was designed to automatically catch pokemon spawned on Discord by Poketwo bot. It also offers other utility functions to automate features like trading, releasing, id search, etc. Currently the autocatcher is powered by AI making it possible to autocatch pokemons on multiple bots like PokeTwo, PokeRealm, etc.
Stars: ✭ 306 (+551.06%)
Mutual labels:  pokemon
api.pokedextracker.com
API for pokedextracker.com
Stars: ✭ 38 (-19.15%)
Mutual labels:  pokemon
react-native-input-prompt
A cross-platform user input prompt component for React Native with Native UI.
Stars: ✭ 45 (-4.26%)
Mutual labels:  npm-module

discord.js


NPM version NPM downloads

NPM info

About

This Module Contains Pokemon from Generation 1-8. and soon berries

Want the API? then go here



Getting Started

To install, simply run the following command in your terminal (from your project directory):

npm install pokemon-random --save

You can also use yarn if you prefer as well

yarn add pokemon-random 



Example Code For Calling The Pokemon Names

const pokemonQ = require('pokemon-random')()
const pokemonR = require('pokemon-random')()

console.log('pokemonQ', pokemonQ)
console.log('pokemonR', pokemonR)

License
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].