Weather App - steps
- Sekeleton
- Include dependenices, Add dependencies to App
- Add routing
- Update form to have ng-click and ng-model , set the url to include the name, if there was a name
- In the controller Grab the value from
- The temratures are in Kelvin. Add buttons so the users can select if they want to see the temratures in Kelvin, Fahrenheit, or Celsius. Round the numbers to 1 digit after the decimal point. C = K - 273.15; F = kelvin * 9/5 - 459.67;
- Allow the user to see 1, 3, 5 days. Show buttons that will set this value. (The measurement are currently every 3 hours)