The heating at Makers Academy is broken and in rebellion we have programmed a thermostat.
Thermostat simple [Thermostat design]: https://thermostat-js.herokuapp.com/2 [Thermostat design]
- Getting warm!
- Learning JavaScript, JQuery and Jasmine
- Test-Driven-Development
- Pair Programming
- Javascript
- jQuery
- Jasmine
- Sinatra
- Ruby
- Html
- CSS
- Git
- SublimeText
- Thermostat starts at 20 degrees
- You can increase the temp with the up button
- You can decrease the temp with the down button
- The minimum temperature is 10 degrees
- If power saving mode is on, the maximum temperature is 25 degrees
- If power saving mode is off, the maximum temperature is 32 degrees
- Power saving mode is on by default
- You can reset the temperature to 20 by hitting the reset button
- thermostat should color the display based on energy usage - < 18 is green, < 25 is yellow, otherwise red
git clone https://github.com/HannahCarney/Thermostat.gitcd Thermostat
open SpecRunner.htmlWe are [Hannah] and [Josh], from the December 2014 cohort of Makers Academy, London! [Hannah]:https://github.com/HannahCarney [Josh]:https://github.com/Bebbs
