percentile-feedback-app Build Status

Percentile Feedback App is a 100% javascript web application which plots and reports your daily productivity utilizing the percentile feedback method using data from RescueTime. This webapp is inspired by the work done by Nick Winter

The webapp is heavily influenced by Sahat Yalkabov's excellent Node Boiler Plate code

How to hack on it

  1. Install node
  2. Clone the repo to your machine
git clone ssh://git@github.com/reustonium/percentile-feedback-app.git
  1. Install project dependencies
npm install

Running the project locally

  1. Host the app on localhost:8080
node app.js

Deploy your own instance to Heroku

TODO

  • Install Heroku Toolbelt
  • Install Foreman
  • PATH vars
  • Create Heroku App
  • Setup Config w/ Foreman