Skip to content

Commit 1f55557

Browse files
committed
2 parents 68f17a3 + 56d8380 commit 1f55557

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# Moesif Express Middleware
22

3+
[![NPM](https://nodei.co/npm/moesif-express.png?compact=true&stars=true)](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+
310
Node.js Express middleware to automatically capture _incoming_ and/or _outgoing_
411
API requests/responses and send to Moesif for API debugging and analytics.
512

613
[Source Code on GitHub](https://github.com/moesif/moesif-express)
714

8-
[Package on NPMJS](https://www.npmjs.com/package/moesif-express)
9-
1015
Notes:
1116
- The SDK is called `moesif-express` for historical reasons but works on
1217
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:
359364
## Other integrations
360365

361366
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

Comments
 (0)