Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

WilsontheWolf/bluefox-info-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)
});

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published