# ROBLOX API
> An simplistic module, which allows you to interact with the ROBLOX API, in javascript.

[![NPM Version][npm-image]][npm-url]
[![Downloads Stats][npm-downloads]][npm-url]
[![License][npm-license]][npm-url]

## Installation

Windows:

```sh
npm install rblx-api --save
```

## Example

All of the functions, included in this library all use a callback which return the data from the 'request' made to the ROBLOX API's, an example of this is shown here:

```js
const roblox = require('rblx-api');
roblox.User.checkUsernameExistance("ROBLOX", function(x) {
    console.log(x);
});
```

The 'x' variable, contains the data from the 'request', in this example it will contain 'true'.

## Developers

Aigars - [Luaa #0381]\
Charlie - [Charlie #5760]

<!-- Markdown link & img dfn's -->
[npm-image]: https://img.shields.io/npm/v/rblx-api.svg?style=flat-square
[npm-url]: https://npmjs.org/package/rblx-api
[npm-downloads]: https://img.shields.io/npm/dm/rblx-api.svg?style=flat-square
[npm-license]: https://img.shields.io/npm/l/express.svg?style=flat-square