Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xsellier/easy-reporter
https://github.com/xsellier/easy-reporter
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/xsellier/easy-reporter
- Owner: xsellier
- License: mit
- Created: 2019-01-08T23:16:24.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-20T14:45:51.000Z (over 1 year ago)
- Last Synced: 2023-08-13T07:50:57.043Z (over 1 year ago)
- Language: JavaScript
- Size: 8.85 MB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Easy reporter
## Setup
- Install NodeJS v8 with NPM
### Run easy reporter
```sh
npm install
npm run dev# Open
# http://localhost:1337/
```### Feed easy-reporter locally
It sends one report at a time
```sh
node test.js
```