0.0.1 • Published 7 years ago

pokemon-capture-quote v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
7 years ago

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