gnoblox.js

1.1.3 • Public • Published

noblox.js

A Node.js wrapper for interacting with the Roblox API. Forked from roblox-js.

JavaScript Style Guide Roblox API Discord NPM package Travis Build Status

AboutPrerequisitesInstallationDocsExamplesCreditsLicense

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:

# Run this to install noblox.js locally to your repository. 
$ npm install noblox.js --save

# Run this instead to install noblox.js globally so you can use it anywhere.
$ 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

Readme

Keywords

Package Sidebar

Install

npm i gnoblox.js

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

194 kB

Total Files

147

Last publish

Collaborators

  • edwardrbx