Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jareksedy/Elseweather
Application that displays current weather at a random location. iOS 14.0 or newer. SwiftUI.
https://github.com/jareksedy/Elseweather
Last synced: 3 months ago
JSON representation
Application that displays current weather at a random location. iOS 14.0 or newer. SwiftUI.
- Host: GitHub
- URL: https://github.com/jareksedy/Elseweather
- Owner: jareksedy
- License: mit
- Created: 2021-11-13T16:45:54.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T16:40:34.000Z (almost 3 years ago)
- Last Synced: 2024-04-30T04:40:28.791Z (6 months ago)
- Language: Swift
- Size: 5.02 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- fucking-open-source-ios-apps - Elseweather
README
# Elseweather
App that displays current weather at a random location.
## Description
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.
## Installation
1. Get a free API key at [WeatherAPI.com](https://www.weatherapi.com)
2. Clone the repo
```sh
git clone https://github.com/jareksedy/Elseweather.git
```
3. Put your API key in `Config/Config.swift`
```swift
let apiKey = ""
```
4. Build, run, enjoy!## Version History
### 1.0.5. Minor adaptations for light mode.
### 1.0.0. Initial release.
#### Features* Metric and Imperial measurement units.
* Continuous mode (Play button).
* Support for system light and dark mode.## License
Distributed under MIT License. See the LICENSE file for details.
## Acknowledgments
* Weather data provided by [WeatherAPI](https://www.weatherapi.com).
* World cities database by [SimpleMaps](https://simplemaps.com/data/world-cities).
* Elseweather utilizes BlurHash decoding algorithm by [Wolt](https://github.com/woltapp/blurhash).## Contact
Drop me a line at [email protected]