Weather Pal is a minimalistic weather app available on the App Store for iOS. With it, you can see the current and forecasted weather for any city or automatically use your current location.
- Clone the project:
git clone https://github.com/wassonglina/weather.git
- The file located at
Model/Secrets.swift
already contains an API key for the OpenWeather API. Since new keys take upwards of a few hours to become active, I've left a key included. However, if you'd like to create your own, follow this process:- Sign up for OpenWeather.
- Copy of your default API key.
- Set the value of
openWeatherAppID
inModel/Secrets.swift
to be your API key.
Weather Pal is released under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International Public License.