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
- Host: GitHub
- URL: https://github.com/ovidiubute/metricador-express-demo
- Owner: ovidiubute
- License: mit
- Created: 2016-02-07T13:38:29.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-07T13:43:39.000Z (almost 10 years ago)
- Last Synced: 2025-02-04T15:50:21.311Z (10 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)