Skip to content

nmp4817/City-Climate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

City-Climate

Simple one-page climate iOS app.

First Step:

Clone or Download Repository from github.

Public API:

Create a free account at https://darksky.net/. Just take a few minutes. Full documentation for the service below is on their site, be sure to take a few minutes to understand it.

https://api.darksky.net/forecast/YOUR_API_KEY/

Note: Change YOUR_API_KEY with your api key in code.

POD Install:

If you do not have Cocoapods install it from https://cocoapods.org/

Install require sources using Podfile using command:
pod install
Make sure path is set to path of Podfile.

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.6%
  • Ruby 1.4%