Skip to content

tibuurcio/one-piece-data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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-data

Usage

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

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'

About

Get random names and other stuff from the Japanese anime One Piece

Resources

Stars

Watchers

Forks

Packages

No packages published