An open API service indexing awesome lists of open source software.

https://github.com/ovidiubute/metricador-express-demo

Demo of the Metricador and associated Express middleware libraries
https://github.com/ovidiubute/metricador-express-demo

Last synced: 8 months ago
JSON representation

Demo of the Metricador and associated Express middleware libraries

Awesome Lists containing this project

README

          

# Metricador Express Demo
This is a barebones Express application meant to demonstrate how to use the [Metricador](https://github.com/ovidiubute/metricador)
library in conjunction with its [middleware](https://github.com/ovidiubute/metricador-express-middleware).

## How to run
```javascript
npm install

npm run start
```

# License
[MIT](https://github.com/ovidiubute/metricador-express-demo/blob/master/LICENSE)