lyzer

1.0.1 • Public • Published

Lyzer

Node.js metrics analytics module with an Express front-end.

Lyzer Screenshot

Setup

First, install the module with $ npm i lyzer.

In order to utilize it in your code base, simply include it with require('lyzer');.

To start the front-end server, run lyzer.startServer([your port]).

const Lyzer = require('lyzer');
const lyzer = new Lyzer();
lyzer.startServer(8080); // start the server on port 8080

Readme

Keywords

none

Package Sidebar

Install

npm i lyzer

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

78.5 kB

Total Files

11

Last publish

Collaborators

  • avuxo