myanimelist

0.1.0 • Public • Published

My Anime List client

Usage

var util = require('util')
 
var myAnimeList = require('./')({
  username: 'angry_unicorn'
})
 
// 1 = watching
myAnimeList.getAnimeList(1, (err, resp) => {
  if (err) console.error(err)
  console.log(util.inspect(resp, false, null))
})

Readme

Keywords

Package Sidebar

Install

npm i myanimelist

Weekly Downloads

0

Version

0.1.0

License

ISC

Last publish

Collaborators

  • angryunicorn