diven09
v1.1.5
Published
Get anime names
Downloads
18
Maintainers
Readme
anime
Get anime names
The list is just a JSON file and can be used anywhere.
Install
$ npm install diven09
Usage
const anime = require('anime');
anime.all;
//=> ['Naruto', 'Vegeta', …]
anime.random();
//=> 'Goku'
API
.all
Type: string[]
Anime names in alphabetical order.
.random()
Type: Function
Random anime name.
License
MIT © Diven Tanwer