#Promisify
##Summary
Promisify standard NodeJS callback hell.
##Goal
We've got a working app, but we don't like that callback hell. Please rewrite it to use promises.
##Setup To install dependencies from package.json:
npm install
To run tests in development mode:
mocha --watch
To run verify jshint and tests:
npm test
To run verify jshint and tests with human readable output:
grunt --force