JSPM

  • Created
  • Published
  • Downloads 11855
  • Score
    100M100P100Q129324F
  • License MIT

Get Pokémon names

Package Exports

  • pokemon

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pokemon) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

pokemon Build Status

Get Pokémon names

The name list is just a JSON file and can be used wherever.

Install

$ npm install --save pokemon

Usage

const pokemon = require('pokemon');

pokemon.random();
//=> 'Snorlax'

API

.all

Type: Array

All names.

.random()

Type: Function

Random name.

License

MIT © Sindre Sorhus