LogLine-Node
LogLine is an entirely web-based logging platform. This Node.js library interfaces with it to allow you to utilise LogLine in your Node.js applications.
Installation
The recommended way to install LogLine-Node is to use NPM:
npm i logline-node
Example usage
var logline = "your-api-key"; logline;logline;logline;logline
Tests
There is a test script included for testing purposes, it may prove useful, or it may not.