Skip to content
This repository has been archived by the owner on Jun 18, 2023. It is now read-only.

NickCracchiolo/BarelyRaining

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

BarelyRaining

Basic iOS Weather App written in Swift using the Dark Sky API

Features

  • Uses CoreLocation to get the users current location
  • Uses CLGeocoder to convert coordinates to addresses and addresses to coordinates
  • Save previously searched locations using NSKeyedArchiver and NSKeyedUnarchiver
  • Uses Codable to decode JSON from DarkSky API
  • Built using MVC Architecture Pattern
  • Uses Swift 4.2
  • Shows current, hourly and daily weather conditions

Notes

  • No API key is current added. To use add your own DarkSky API key in NetworkManager.swift
  • App is an MVP version of a weather app mainly for demonstrations and practice. Not currently on the App Store.

About

Basic iOS Weather App written in Swift using the Dark Sky API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages