0.0.9 • Published 3 years ago

node-javbus v0.0.9

Weekly downloads
1
License
MIT
Repository
github
Last release
3 years ago

node-javbus

simple javbus api in node.js

node-javbus

Installation

$ npm install node-javbus

Example

const javbus = require('node-javbus')();

(async () => {

  const videos = await javbus.page(1);
  console.log(videos);

  const show = await javbus.show(videos[0].id);
  console.log(show);

  const files = await javbus.magnet(show.gid);
  console.log(files);

})();

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.


0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

4 years ago

0.0.1

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.4

4 years ago

0.0.0

5 years ago