1.2.4 • Published 2 years ago

random-anime-character v1.2.4

Weekly downloads
-
License
MIT
Repository
gitlab
Last release
2 years ago

Random Anime Character

-> Gives you the greatest info of all time. Anime characters.

How?

The package scraps the contents of myanimelists to find random characters.

Usage:

const randomChar = require('random-anime-character');

Since this is an asynchronous package, it returns a promise. You can solve this promise using .then()

const myCharacter = randomChar().then((character) => console.log(character))

or with await keyword.

const myCharacter = await randomChar()
1.2.4

2 years ago

1.2.3

2 years ago

1.2.2

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.0.0

2 years ago