Track your API metrics within ReadMe.
npm install readmeio

Track usage of your API and troubleshoot issues faster.
With ReadMe's Metrics API your team can get deep insights into your API's usage. If you're a developer, it takes a few small steps to send your API logs to ReadMe. Here's an overview of how the integration works:
- You add the Node.js SDK to your server manually or via the included middleware.
- The Node.js SDK sends ReadMe the details of your API's incoming requests and outgoing responses, with the option for you to redact any private parameters or headers.
- ReadMe uses these request and response details to create an API Metrics Dashboard which can be used to analyze specific API calls or monitor aggregate usage data.
````
npm install readmeio --save
- Express.js Integration
- Generic Node.js Integration
- Security
- Limitations
> 🚧 Any Issues?
>
> Integrations can be tricky! Contact support if you have any questions/issues.