0.1.3 • Published 11 years ago
livenico v0.1.3
livenico 
Utilities for niconico live.
Getting Started
Install the module with: npm install livenico
Nico = require './lib/livenico'
n = new Nico({
mail: "hoge@example.org"
password: "123456"
})
n.getMovieComment "sm9"
.then console.log
n.getLiveMovieComment "lv189823440"
.then console.log
n.getLiveMovieAllComments "lv189823440"
.then console.logDocumentation
(Coming soon)
Examples
(Coming soon)
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.
Release History
(Nothing yet)
License
Copyright (c) 2014 Masami Yonehara Licensed under the MIT license.