rvasoya / MasterAnime-API

An api interface for MasterAnime.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

An api interface for MasterAnime.

License:MIT License


Languages

Language:TypeScript 100.0%