##Thermostat
The week 5 project at Makers Academy was to build a web app in JavaScript to control a thermostat. It was test driven using Jasmine and uses jQuery to add interactive functionality and AJAX to make calls to external API's to find weather conditions and cities around the world.
- Clone this repo
$ git clone git@github.com:Wynndow/thermostat.git
- Change directory into it
$ cd thermostat
- Open the app with
$ open index.html
- Control temperature and toggle power saving mode (limits max temp) with the buttons.
- Use the text field to search for any city in the world and display it's weather.
- Tests are run and results displayed with
$ open SpecRunner.html
- Improve the styling, especially for the autoselect options.
- Hook it up to my home central heating.