|
1 | 1 | # Moesif Express Middleware
|
2 | 2 |
|
| 3 | +[](https://nodei.co/npm/moesif-express/) |
| 4 | + |
| 5 | +[![Built For][ico-built-for]][link-built-for] |
| 6 | +[![Total Downloads][ico-downloads]][link-downloads] |
| 7 | +[![Software License][ico-license]][link-license] |
| 8 | +[![Source Code][ico-source]][link-source] |
| 9 | + |
3 | 10 | Node.js Express middleware to automatically capture _incoming_ and/or _outgoing_
|
4 | 11 | API requests/responses and send to Moesif for API debugging and analytics.
|
5 | 12 |
|
6 | 13 | [Source Code on GitHub](https://github.com/moesif/moesif-express)
|
7 | 14 |
|
8 |
| -[Package on NPMJS](https://www.npmjs.com/package/moesif-express) |
9 |
| - |
10 | 15 | Notes:
|
11 | 16 | - The SDK is called `moesif-express` for historical reasons but works on
|
12 | 17 | any Node.js API regardless if the Express Framework is used.
|
@@ -359,3 +364,14 @@ Only a subset of the Node.js req/res fields are available. Specifically:
|
359 | 364 | ## Other integrations
|
360 | 365 |
|
361 | 366 | To view more more documentation on integration options, please visit __[the Integration Options Documentation](https://www.moesif.com/docs/getting-started/integration-options/).__
|
| 367 | + |
| 368 | + |
| 369 | +[ico-built-for]: https://img.shields.io/badge/built%20for-express-blue.svg |
| 370 | +[ico-downloads]: https://img.shields.io/npm/dt/moesif-express.svg |
| 371 | +[ico-license]: https://img.shields.io/badge/License-Apache%202.0-green.svg |
| 372 | +[ico-source]: https://img.shields.io/github/last-commit/moesif/moesif-express.svg?style=social |
| 373 | + |
| 374 | +[link-built-for]: https://expressjs.com/ |
| 375 | +[link-downloads]: https://www.npmjs.com/package/moesif-express |
| 376 | +[link-license]: https://raw.githubusercontent.com/Moesif/moesif-express/master/LICENSE |
| 377 | +[link-source]: https://github.com/moesif/moesif-express |
0 commit comments