1.1.0 • Published 3 years ago

roxy.js v1.1.0

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

about

roxy.js is a roblox wrapper for node.js, our goal is to be as simple as possible. this package is heavily inspired by noblox.js. roxy.js is licensed under MIT

install

# locally
    $ yarn add roxy.js
    $ npm install roxy.js --save

# globally
    $ yarn global add roxy.js
    $ npm install roxy.js -g

example

const roxy = require('roxy.js')
const client = new roxy.client()
async function init() {
    await client.initiate({cookie: '_|WARNING:-DO-NOT-SHARE-THIS.--Sharing-this-will-allow-someone-to-log-in-as-you-and-to-steal-your-ROBUX-and-items.|_12345678901234567890'})
}

docs

to view api documentation, tutorials on how to get your cookie and more, visit: roxy.js.org

credits

  • cole - lead maintainer
  • suufi - inspiration, readme base, package.json scripts, workflows & more
1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago