/detroitnow-node

DetroitNow - NodeJS version

Primary LanguageJavaScript

DetroitNow - Node

Dependencies

Install

npm install
npm install -g grunt-cli nodemon bower
bower install

Setup

  • Create a config.js file with the following contents
module.exports = {
  api_key: '...', // Chartbeat API key
  sites: [...] // list of sites to look at chartbeat info for
}

Run

nodemon app.js

Opens at http://localhost:3000

Watch js files

grunt browserify:watch

Credits