pokemon-capture-quote

0.0.1 • Public • Published

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

Package Sidebar

Install

npm i pokemon-capture-quote

Weekly Downloads

1

Version

0.0.1

License

MIT

Last publish

Collaborators

  • bukinoshita