Skip to content

apitraffic/apitraffic-hapi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apitraffic-hapi

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

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published