0.1.1 • Published 6 years ago

jennifer-front v0.1.1

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
6 years ago

JENNIFER Front

JENNIFER Front is web application front-end monitoring tools.

How to install

Install package with npm(or yarn).

npm install --save jennifer-front
# or
yarn add jennifer-front

Init once before application start.

import { init } from 'jennifer-front';

init({
  appId: 'APPLICATION ID',
});

// ...
0.1.1

6 years ago

0.1.0

6 years ago