Skip to content

A simple app that displays weather information using the open weather api

Notifications You must be signed in to change notification settings

caocmai/open-weather-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Weather API

This app displays the weather information from the Open Weather API

About

This is a single view app that displays weather information with any valid city. A specific weather system image is also displayed to corresponding weather condition.

Features

  • Home Screen - displays weather information including the temperature, a short weather description, and the user's current mood.

App Demo

Run Locally

Project code can be viewed locally and run on Xcode's simulator by downloading/cloning this repo.

Built With

Note

In order to run this project you need to have a file called APIKeyPersonal.swift and in that file add the following along with your unique api key from the Open Weather API.

enum APIKeyPersonal: String {
    case apiKey = "your-unique-api-key-goes-between-these-quotes"
}

About

A simple app that displays weather information using the open weather api

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages