metlo
v0.1.11
Published
The node agent for Metlo API Security.
Readme
Installation
Currently Metlo's Node Agent supports 3 frameworks:
- Express
- Koa
- Fastify
It can be installed from npm by running:
npm install metloOr from yarn by running:
yarn add metloConfiguration
Metlo can be added to any of the supported frameworks by adding the following lines as the start of your main script:
var metlo = require("metlo")
metlo(<YOUR_METLO_API_KEY>, <YOUR_METLO_COLLECTOR_URL>)