Skip to content

Weather iOS application that also shows a picture of current location using Flicker API

Notifications You must be signed in to change notification settings

ksenthil21/WeatherApp

Repository files navigation

Using SwiftUI in XCode, I've created an iOS application that can show the temperature, wind speed, humidity, and other relevant information through OpenWeather API calls. To put my own personal twist to the classic weather app, I implemented a feature to show a random picture from the current location of the user. For example, if the user is opening the app in San Francisco, not only will San Francisco's current weather be shown, but also a randomly selected image from near the exact longitude and latitude of the user. That means that by checking the weather in different parts of San Francisco, different pictures will be shown. I implemented this through Flicker API calls which use the geo location of the user.

About

Weather iOS application that also shows a picture of current location using Flicker API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages