betterstackmanager
v0.2.1
Published
Interact with Better Stack in Node.JS
Downloads
104
Readme
BSM
BSM is a Node.js module made to make managing Better Stack data easier and quicker.
Installation
There is a required node version, and it is >= 6.0.0.
You must clone this repository (or, at least, the src directory) and require the Client object.
const BSM = require('betterstackmanager');
const client = new BSM.Client();
const config = require('./config.json');
client.login(config.token);Once you've done this, you can use the client object.
The node version requirement actually depends on the form-data sub-dependency included by axios.
Example usage
You should browse the example directory to get started with actual examples.
Documentation
The documentation for this project is contained within the docs directory.
Links
Get the package on Codeberg or on NPM.
Contributing & Help
As always, if you're in need of help, don't hesitate to create a new issue or to join my Discord server.
This project abides by the CCoC.
