get-pokeball
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

get-pokeball Build Status

Get pokeball information

Install

$ yarn add get-pokeball

Usage

import { getPokeball } from 'get-pokeball'
 
getPokeball('ultraball')
/*
{
  name: 'Ultra ball',
  slug: 'ultraball',
  price: {
    buy: 1200,
    sell: 600
  },
  value: {
    f: 12,
    d: 150
  }
}
*/

API

getPokeball(name)

name

Type: string
Options: Pokeballs
Required

Pokeball's name

Related

License

MIT © Bu Kinoshita

Package Sidebar

Install

npm i get-pokeball

Weekly Downloads

2

Version

1.0.1

License

MIT

Unpacked Size

7.78 kB

Total Files

11

Last publish

Collaborators

  • bukinoshita