one-piece-data
v1.2.0
Published
Get random names and other stuff from the Japanese anime One Piece
Downloads
2
Maintainers
Readme
One Piece Data
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'