livenico

0.1.3 • Public • Published

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.

Dependencies (6)

Dev Dependencies (11)

Package Sidebar

Install

npm i livenico

Weekly Downloads

1

Version

0.1.3

License

none

Last publish

Collaborators

  • hdemon