diven09
TypeScript icon, indicating that this package has built-in type declarations

1.1.5 • Public • Published

anime Build Status

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

Package Sidebar

Install

npm i diven09

Weekly Downloads

4

Version

1.1.5

License

MIT

Unpacked Size

14.1 kB

Total Files

6

Last publish

Collaborators

  • diven09