1.2.0 • Published 6 years ago

masteranime-api v1.2.0

Weekly downloads
8
License
MIT
Repository
github
Last release
6 years ago

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.

1.2.0

6 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago