0.0.4 • Published 7 years ago

@toshocat/anime-seasons v0.0.4

Weekly downloads
1
License
MIT
Repository
-
Last release
7 years ago

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']
  }
*/
0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago