{{ location }}
{{ alerts.length }}
{{ currentConditions.temperature.toFixed(0) }}°
{{ currentConditions.textDescription }}
Feels Like {{ currentConditions.feelsLike !== null ? currentConditions.feelsLike.toFixed(0) + '°' : '--' }}
Wind {{ currentConditions.windSpeed ? currentConditions.windDirection : '' }} {{ currentConditions.windSpeed !== null ? currentConditions.windSpeed.toFixed(0) + ' mph' : '--' }}
UV Index {{ currentConditions.uvIndex !== null ? currentConditions.uvIndex + ' (' + currentConditions.uvIndexText + ')' : '--' }}
Gusts {{ currentConditions.windGust ? currentConditions.windGust.toFixed(0) + 'mph' : '--' }}
Humidity {{ currentConditions.humidity ? currentConditions.humidity.toFixed(0) + '%' : '--' }}
Dewpoint {{ currentConditions.dewpoint !== null ? currentConditions.dewpoint.toFixed(0) + '°' : '--' }}
Visibility {{ currentConditions.visibility ? currentConditions.visibility.toFixed(1) + 'mi' : '--' }}
Barometer {{ currentConditions.barometer ? currentConditions.barometer.toFixed(2) + 'in' : '--' }}

Minutely Forecast

{{ minuteCastSummary }}
{{ getHour(hour.startTime) }}{{ getHourEnding(hour.startTime) }}
{{ hour.temperature }}°
{{ day.periods[0].shortForecast }}
{{ day.periods[0].name }}
{{ day.periods[0].shortForecast }}
{{ day.periods[0].temperature }}° {{ day.periods[1] ? day.periods[1].temperature + '°' : '--' }}
{{ day.periods[0].detailedForecast }}
{{ day.periods[1].shortForecast }}
{{ day.periods[1].name }}
{{ day.periods[1].temperature }}°
{{ day.periods[1].detailedForecast }}
Loading