This is micro webapp built with Express, Node.js, and Handlebars that interacts with the DIY.org API.
You can view a live demo on heroku.
You'll need to install node.js to start.
Then clone the project and cd into the directory.
`$ git clone [email protected]:MarsWilliams/DIYiser.git`
`$ cd DIYiser`
Install development dependecies with npm.
`$ npm install`
To start the show:
`$ node bin/www`
This project looks best viewed in Chrome, but I have also tested it with Safari. I'm happy to answer any questions you may have or help with installation.