1.0.5 • Published 2 years ago

animedata v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

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

characterc

  • character_name: string

top

  • type: string
1.0.5

2 years ago

1.0.4

2 years ago