Skip to content

Weather application that displays the current weather as well as the weather forecast for the next five days for a city or list of cities.

Notifications You must be signed in to change notification settings

francis-murray/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

WeatherApp

Sorbonne Université
L3 DANT 2019/2020
LU3IN107 • Swift Project


☀️ 🌤 🌥 ☁️ 🌧 🌦 🌩 ❄️

Contributors:

Project description:

  • The goal of this application is to fetch and display the weather for a city or a list of cities using the OpenWeatherApp API.
  • The app will display the current weather as well as the weather forecast for the next five days.

Getting Started:

  • Download file city.list.min.json from https://bulk.openweathermap.org/sample/ and place it in your Documents folder. This file contains an array of City JSON objects with properties such as a city id, name, state, country and coordinates.
  • Run the application. The data will be loaded at the beginning.
  • Let the menu guide you

Features:

  • Search for a city by name, using "autocompletion"
  • Get the current weather conditions for a city or a list of cities
  • Get 5 day weather forecast a city

API:

Contact us:

  • Feel free to contact us for any input or comments!

About

Weather application that displays the current weather as well as the weather forecast for the next five days for a city or list of cities.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages