jareksedy / Elseweather

Application that displays current weather at a random location. iOS 14.0 or newer. SwiftUI.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Elseweather App

Installation

  1. Get a free API key at WeatherAPI.com
  2. Clone the repo
git clone https://github.com/jareksedy/Elseweather.git
  1. Put your API key in Config/Config.swift
let apiKey = ""
  1. 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.
  • World cities database by SimpleMaps.
  • Elseweather utilizes BlurHash decoding algorithm by Wolt.

Contact

Drop me a line at jareksedy@icloud.com

About

Application that displays current weather at a random location. iOS 14.0 or newer. SwiftUI.

License:MIT License


Languages

Language:Swift 100.0%