1.1.5 • Published 12 months ago

diven09 v1.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

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

1.1.5

12 months ago

1.1.4

12 months ago

1.1.3

12 months ago

1.1.2

12 months ago

1.1.1

12 months ago

1.1.0

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago