bukinoshita / get-pokeball

Get pokeball information

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Get pokeball information

License:MIT License


Languages

Language:TypeScript 100.0%