livenico
v0.1.3
Published
Utilities for niconico live.
Downloads
8
Readme
livenico
Utilities for niconico live.
Getting Started
Install the module with: npm install livenico
Nico = require './lib/livenico'
n = new Nico({
mail: "[email protected]"
password: "123456"
})
n.getMovieComment "sm9"
.then console.log
n.getLiveMovieComment "lv189823440"
.then console.log
n.getLiveMovieAllComments "lv189823440"
.then console.log
Documentation
(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.