Weather App - steps


  1. Sekeleton
  2. Include dependenices, Add dependencies to App
  3. Add routing
  4. Update form to have ng-click and ng-model , set the url to include the name, if there was a name
  5. In the controller Grab the value from
  6. 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;
  7. Allow the user to see 1, 3, 5 days. Show buttons that will set this value. (The measurement are currently every 3 hours)