Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ro-js/rojs

An ROBLOX package devileried for you to make your hard work a little bit easier.
https://github.com/ro-js/rojs

javascript nodejs npm-package roblox roblox-api robloxapi

Last synced: 23 days ago
JSON representation

An ROBLOX package devileried for you to make your hard work a little bit easier.

Awesome Lists containing this project

README

        

# ROBLOX ro-js
An [ROBLOX](https://roblox.com) package devileried for you to make your hard work a little bit easier.



## Installion and Usage
Installing with NPM:
```bash
$ npm install @rojs/ro-js
```
Using:
```js
const rojs = require('@rojs/ro-js')
```
### Example
```js
const rojs = require('@rojs/ro-js')
rojs.GetUsernameByID(1, console.log) /*
Description:
Returns 'ROBLOX' in console

Structure:
rojs.GetUsernameByID(id, callback)
*/
```
## Questions or issues?
Ask them right here: https://github.com/ro-js/rojs/issues

------------------


made w/ love 4u