masteranime-api
TypeScript icon, indicating that this package has built-in type declarations

1.2.0 • Public • Published

MasterAnime API

Build Status npm version Maintainability Test Coverage Dependency Status DevDependency Status License Doge

An api interface for MasterAnime


Getting Started

Installation

$ npm i masteranime-api

Usage

const { MasterAnimeAPI } = require('masteranime-api');
 
(async () => {
    const trending = await MasterAnimeAPI.getTrending();
    trending.popular_today.forEach(e => console.log(e.title));
})();

API

The API generated with TypeDoc can be found here.

Package Sidebar

Install

npm i masteranime-api

Weekly Downloads

0

Version

1.2.0

License

MIT

Unpacked Size

21.4 kB

Total Files

12

Last publish

Collaborators

  • openbyte