@toshocat/anime-seasons

0.0.4 • Public • Published

anime-seasons

About

Uses data from https://github.com/erengy/anime-seasons. O(1) search complexity (just an object).

Install

$ npm install @toshocat/anime-seasons

Usage

const getSeason = require('@toshocat/anime-seasons');
getSeason(34933);
/*
  {
    title: 'Kakegurui',
    season: 'summer 2017',
    image: 'https://myanimelist.cdn-dena.com/images/anime/11/85875.jpg',
    producers: ['Square Enix, DIVE II Entertainment, Avex Pictures, MAPPA']
  }
*/

/@toshocat/anime-seasons/

    Package Sidebar

    Install

    npm i @toshocat/anime-seasons

    Weekly Downloads

    8

    Version

    0.0.4

    License

    MIT

    Last publish

    Collaborators

    • tofuness