2.3.1 • Published 5 months ago

anime-latest-name v2.3.1

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

anime-latest-name

A simple Node.js package to fetch the latest anime names.

Installation

npm install anime-latest-name

Usage

To get Random Anime Names

const  anilatest  =  require("anime-latest-name")

console.log(anilatest());

To get entire list

const  anilatest  =  require("anime-latest-name")

console.log(anilatest("fullanimedetails"));

Description

This module provides a function anilatest() that returns a random anime name. Calling anilatest() with the string "fullanimedetails" returns the complete list of anime titles and their associated details (genres, etc.) as an array of objects.

2.3.1

5 months ago

2.2.1

5 months ago

2.1.2

5 months ago

2.1.1

5 months ago

2.1.0

5 months ago

2.0.0

5 months ago

1.1.0

5 months ago

1.0.0

5 months ago