Node Javbus
🔞 [NSFW] simple javbus api in javascript
Install / Use
npx skills add lsongdev/node-javbusInstalls into whichever agent you are using.
README
node-javbus
simple javbus api in node.js
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
node-connect
385.6kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.7kCommit, push, and open a PR
