Utilities for niconico live.
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.log
(Coming soon)
(Coming soon)
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.
(Nothing yet)
Copyright (c) 2014 Masami Yonehara Licensed under the MIT license.