UNPKG

bugle-reports

Version:
25 lines (15 loc) 444 B
# bugle-reports Bugle reports is both a stand-alone reporting API server, and an npm module for accessing a bugle API server. ## bugle-reports server #### Prerequisites CrateDB #### Setup 1. install repo 2. Run `node service/setup.js` #### Running the bugle-reports server 3. `node service/server.js` ## bugle-reports client code 1. `npm install bugle-reports` 2. In your code : `require('bugle-reports');` ... etc ..