Skip to content

Saikomantisu/animedata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Animeinfo

Find information about anime

Installation ⚙️

npm install animedata

How to use ⚒️

const animedata = require('animedata')

const { anime, top } = new animedata()

anime('naruto', {
	_type: 'tv',
	_limit: 1
})
	.then(res => console.log(res))


top('manga')
	.then(res => console.log(res))

Methods in animeinfo 🧐

anime

  • anime_name: string
  • options
    • options._type: srting
    • options._limit: number
    • options._rated: string
    • options._sort: string
    • options._status: string

manga

  • manga_name: string
  • options
    • options._type: srting
    • options._limit: number
    • options._rated: string
    • options._sort: string
    • options._status: string

person

  • person_name: string

character

  • character_name: string

top

  • type: string

About

Animeinfo NPM Package

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published