anison

0.1.3 • Public • Published

anison.js Build Status

The scraper of anison.info

Getting Started

Install the module with: npm install anison

Documentation

(Coming soon)

Examples

var anison = require('anison');
anison.get("未確認で進行形").then(function(songs) {
  console.log(songs[0].title); // とまどい→レシピ
  console.log(songs[0].category); // OP
  console.log(songs[0].artists); // みかくにんぐッ!
  console.log(songs[0].composer); // Junky
})

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.

License

Copyright (c) 2014 Masami Yonehara Licensed under the MIT license.

Dependents (0)

Package Sidebar

Install

npm i anison

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • hdemon