access-watch-middleware

1.1.1 • Public • Published

Access Watch Middleware Build Status Coverage Status

Express/connect middleware js for logging an analyzing web traffic using the AccessWatch service.

Installation

npm install --save access-watch-middleware 

Usage

The config object is directly passed to access-watch-node.

  • The only required parameters is apiKey.
  • You can optionally provide your own caching by passing cache. If cache is not provided, an in-memory cache will be used.
  • If your application is behind a reverse proxy, you will also need to set fwdHeaders.

See access-watch-node for details.

Debugging

To enable verbose logging, include access-watch-middleware in your DEBUG env variable.

For example: npm DEBUG=access-watch-middleware npm start.

Example

See the example code.

Try it out by cloning this repo and run

npm install
npm run example

Dependencies (3)

Dev Dependencies (5)

Package Sidebar

Install

npm i access-watch-middleware

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • sktt