Weather-SwiftUI
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!
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.
This feature should update the background color scheme based on the current weather coming from the API.
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.