0.1.3 • Published 10 years ago

anison v0.1.3

Weekly downloads
3
License
-
Repository
github
Last release
10 years ago

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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago