Coder Social home page Coder Social logo

readme-node's Introduction

readmeio

Track your API metrics within ReadMe.

Build

Installation

npm install readmeio

Usage

Just add the middleware to express, and that's it!

const readme = require('readmeio');

app.use(readme.metrics('<<apiKey>>', req => ({
  id: req.project._id,
  label: req.project.name,
  email: req.project.owner
})));

View full documentation here: https://docs.readme.com/docs/sending-logs-to-readme-with-nodejs

Limitations

  • Currently only supports JSON. Adding a whitelist/blacklist for non-JSON bodies will not work (unless they're added to req.body) the same way that body-parser does it. The properties will be converted to JSON in the HAR format.
  • Needs more support for getting URLs when behind a reverse proxy: x-forwarded-for, x-forwarded-proto, etc.
  • Needs more support for getting client IP address when behind a reverse proxy.
  • Logs are "fire and forget" to the metrics server, so any failed requests (even for incorrect API key!) will currently fail silently.

Credits

Dom Harrington Marc Cuva

License

ISC

readme-node's People

Contributors

dependabot-preview[bot] avatar domharrington avatar erunion avatar mjcuva avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.