1.0.1 • Published 4 years ago

get-pokeball v1.0.1

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

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