README
const { sleman } = require("sle1");
const option = {
//some credentials
};
try {
//some code emmit an error
} catch (err) {
sleman({ option, error: err });
}
Installation
This is a NodeJS library can be installed via npm.
Before installing, download and install Node.js. Node.js 0.10 or higher is required
$ npm install sle1
or
$ npm i sle1
Using
The using of our library is cooperate with Logger.com.
Use the credentials after you get it from the website as the example above.
Documentation and Code
you can look for the code on github here .
People
Sleman Safiah (software engineer) is the author of sle1 .
License
MIT