Skip to content

TheCodedSelf/YAWA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

YAWA — Yet Another Weather App

Setup

This app uses the OpenWeather API for weather data. To run the app, you'll need to generate an API key and add it to a Secrets.xcconfig file.

Firstly, create a file named Secrets.xcconfig in the project directory.

touch Secrets.xcconfig

Then, add your OpenWeather API key to Secrets.xcconfig like this:

API_KEY = 1234567890abcdef

About

YAWA — Yet Another Weather App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published