0.1.3 • Published 10 years ago

livenico v0.1.3

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

livenico Build Status

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.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.

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago