Skip to content

devikkim/FoldingWeather

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.