1.2.0 • Published 7 years ago

one-piece-data v1.2.0

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

One Piece Data

travis build version MIT license

Get names from the One Piece anime. Data is from One Piece Wikia

Install

$ npm install --save one-piece-date

Usage

const OnePiece = require('one-piece-date');

OnePiece.all; //Array with the names of every One Piece character that has ever appeared in or been mentioned in the manga and has been named.

OnePiece.random(); //'Charlotte Pudding'

OnePiece.random(3); //['Enel', 'Portgas D. Ace', 'Trafalgar Law']

OnePiece.strawHatCrew.all; //Array with the names of all members of the straw hat crew

OnePiece.strawHatCrew.random(); //'Nami'
1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago