A barebones Node.js app using Express 4.
Make sure you have Node.js and the Heroku CLI installed.
$ git clone https://github.com/eireland/cc-logmgr.git # or clone your own fork
$ cd cc-logmgr
$ npm install
$ npm start
To start local server
$ heroku local web
Your app should now be running on localhost:5000.
$ heroku create
$ git push heroku master
$ heroku open
- Export to CSV
- Export to CODAP