bluefox-info

1.0.0 • Public • Published

BlueFox Info Client

A node module for sending stats for the (upcoming) BlueFox panel.

Running

First install the module using yarn or npm

yarn add bluefox-info
# or
npm install bluefox-info

Usage

Sending

To send use the send method. It takes an array or string.

const bluefox = require('bluefox-info');

bluefox.send(['hello', 'world']);

Getting

To get use the get method. It returns an promise with an array. or string.

const bluefox = require('bluefox-info');

bluefox.get().then(result => {
    console.log(result)
});

Readme

Keywords

none

Package Sidebar

Install

npm i bluefox-info

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.43 kB

Total Files

5

Last publish

Collaborators

  • wilsonthewolf