bukinoshita / pokemon-capture-quote

Pokemon capture quote

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pokemon-capture-quote Build Status

Pokemon capture quote

Install

$ npm install --save pokemon-capture-quote

Usage

const pokemonCaptureQuote = require('pokemon-capture-quote')

pokemonCaptureQuote('Pikachu', 'caught')
// => All right! Pikachu was caught!

API

pokemonCaptureQuote(pokemon, shakes)

returns a string.

pokemon

Type: string
Required

Pokemon name

shakes

Type: string
Options: 0, 1, 2, 3 and caught
Required

How many times the Ball shakes

Related

License

MIT © Bu Kinoshita

About

Pokemon capture quote

License:MIT License


Languages

Language:JavaScript 100.0%