App that displays current weather at a random location.
Elseweather was created as a student/research project with no practical purpose in mind. Made with SwiftUI, Apple’s latest framework and targets iOS 14.0 or higher. Feel free to use, modify, redistribute it without any restrictions.
- Get a free API key at WeatherAPI.com
- Clone the repo
git clone https://github.com/jareksedy/Elseweather.git
- Put your API key in
Config/Config.swift
let apiKey = ""
- Build, run, enjoy!
- Metric and Imperial measurement units.
- Continuous mode (Play button).
- Support for system light and dark mode.
Distributed under MIT License. See the LICENSE file for details.
- Weather data provided by WeatherAPI.
- World cities database by SimpleMaps.
- Elseweather utilizes BlurHash decoding algorithm by Wolt.
Drop me a line at [email protected]