Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 146 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 146 Bytes

Weather App

Please add your 'apiKey' value in 'Model/Constants.swift' file.

struct K {
    static let apiKey = "YOUR API KEY"
}