A Node.js wrapper for interacting with the Roblox API. Forked from roblox-js.
About •
Prerequisites •
Installation •
Docs •
Examples •
Credits •
License
About
Noblox.js is a node module that was forked from sentanos's roblox-js module. This project was created because the roblox-js repository was no longer maintained by sentanos.
Noblox.js allows you to do things you would normally do on the Roblox website through a Node.js interface. You can use noblox.js along with Roblox's HttpService feature to create scripts that interact with the website. If you're looking for more information on how to create something like this, check out this repository by sentanos. Keep in mind that this does not use the latest version of this module and it is highly encouraged that you learn to use the library directly.
Prerequisites
Installation
With node.js installed simply run:
$ npm install noblox.js --save
$ npm install noblox.js -g
That's it!
Documentation
You can find the current noblox.js wiki with all API documentation here. A majority of the new features that can be found in noblox.js are not in roblox-js. There will be new documentation coming in with v5.0.0.
Credits
- sentanos - We wouldn't exist without him. 😀
License
MIT