Weather-SwiftUI icon indicating copy to clipboard operation
Weather-SwiftUI copied to clipboard

A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast!

Results 5 Weather-SwiftUI issues
Sort by recently updated
recently updated
newest added

Add a custom feature that allows the user to specify the location (by zip code). If the user does not specify a location, the default should remain New York City.

enhancement

This feature should update the background color scheme based on the current weather coming from the API.

enhancement

Add a feature to show a horizontally scrollable view displaying hourly weather for the current day. Should appear in the main view right below the CurrentWeatherView.

enhancement

Add a feature to allow users to refresh the current weather.

enhancement