SkillAgentSearch skills...

Node Javbus

🔞 [NSFW] simple javbus api in javascript

Install / Use

npx skills add lsongdev/node-javbus

Installs into whichever agent you are using.

About this skill

Quality Score

0/100

Supported Platforms

Universal

Tags

README

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.


Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated16d ago
Forks2

Languages

JavaScript

Security Score

90/100

Audited on Jul 23, 2026

No findings