0.0.6 • Published 2 months ago

@apitraffic/hapi v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 months ago

apitraffic-hapi

npm install @apitraffic/hapi
const apiTraffic = require('@apitraffic/hapi');

// register plugin...
await server.register({
    plugin: apiTraffic,
    options: {
          interceptOutbound: false,
          host : "",
          token : "",
          bucket : ""
        }
});
0.0.6

2 months ago

0.0.5

2 months ago

0.0.4

2 months ago

0.0.2

2 months ago

0.0.1

2 months ago