1.0.4 • Published 4 years ago

up9-node v1.0.4

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

up9-node

Traffic monitoring kit for use with UP9

Installing

Using npm:

npm install up9-node

Using yarn:

yarn add up9-node

Usage

With Express:

var express = require("express");
var app = express();

var up9Monitor = require("up9-node")({
    "up9Server": "up9.app",
    "serviceName": "your-service-name",
    "clientId": "your-client-id",
    "clientSecret": "your-client-secret",
    "hostnameOverrides": {"https://your-external-dns-address": "your-service-name"}
});

app.use(up9Monitor.express());

A complete example app can be seen here

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago