Skip to content

Open source iOS Weather App written in RxSwift, Clean Architecture

License

Notifications You must be signed in to change notification settings

devikkim/FoldingWeather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 10, 2019
a1334a1 · Feb 10, 2019

History

36 Commits
Feb 7, 2019
Feb 7, 2019
Feb 10, 2019
Feb 10, 2019
Feb 10, 2019
Feb 7, 2019
Feb 9, 2019
Feb 7, 2019
Feb 9, 2019
Feb 7, 2019
Feb 7, 2019
Jan 11, 2019
Feb 7, 2019
Feb 7, 2019
Jan 11, 2019

Repository files navigation

FoldingWeather

Open source iOS Weather App written in RxSwift and MVVM architecture.

Screenshots

simulator_iphone 

01_launch   02_insert   03_delete  

Features

Building and Running

1. install pod dependencies

pod install

2. The keys must be issued.

2.1 Set keys

// in AppDelegate.swift

API.setGoogleMapAPIKey(provideAPIKey: "Google Map API Key")
API.setDarkSkyAPIKey(secureKey: "Darksky Secure Key")

Design

  • All icons is Unicode, the default icons supported by Apple.
  • The Background GIF was download (gifer)

Motivated

The UI of my APP is similar to that of an Apple app. Because it is based on the Apple app.

Apple_App  My_App 

References

License

MIT License.