Local Weather App

{{weatherResult.current_observation.display_location.full}}


{{weatherResult.current_observation.local_epoch*1000 | date:'EEE, MMM d'}}
{{weatherResult.current_observation.weather}}, {{weatherResult.current_observation.temp_c}}°C{{weatherResult.current_observation.temp_f}}°F


{{weatherResult.forecast.simpleforecast.forecastday[1].date.epoch*1000 | date:'EEE, MMM d'}}
{{weatherResult.forecast.simpleforecast.forecastday[1].conditions}}
HI Temp: {{weatherResult.forecast.simpleforecast.forecastday[1].high.celsius}}°C{{weatherResult.forecast.simpleforecast.forecastday[1].high.fahrenheit}}°F
LOW Temp: {{weatherResult.forecast.simpleforecast.forecastday[1].low.celsius}}°C{{weatherResult.forecast.simpleforecast.forecastday[1].low.fahrenheit}}°F

{{weatherResult.forecast.simpleforecast.forecastday[2].date.epoch*1000 | date:'EEE, MMM d'}}
{{weatherResult.forecast.simpleforecast.forecastday[2].conditions}}
HI Temp: {{weatherResult.forecast.simpleforecast.forecastday[2].high.celsius}}°C{{weatherResult.forecast.simpleforecast.forecastday[2].high.fahrenheit}}°F
LOW Temp: {{weatherResult.forecast.simpleforecast.forecastday[2].low.celsius}}°C{{weatherResult.forecast.simpleforecast.forecastday[2].low.fahrenheit}}°F

{{weatherResult.forecast.simpleforecast.forecastday[3].date.epoch*1000 | date:'EEE, MMM d'}}
{{weatherResult.forecast.simpleforecast.forecastday[3].conditions}}
HI Temp: {{weatherResult.forecast.simpleforecast.forecastday[3].high.celsius}}°C{{weatherResult.forecast.simpleforecast.forecastday[3].high.fahrenheit}}°F
LOW Temp: {{weatherResult.forecast.simpleforecast.forecastday[3].low.celsius}}°C{{weatherResult.forecast.simpleforecast.forecastday[3].low.fahrenheit}}°F