Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.07 KB

Swift Viper Weather App

This is an example project to demonstrate:

in a simple weather app that lists current weather information at some locations.

Screenshot

Requirements

  • Xcode 8 or later with Swift 3.0.x
  • CocoaPods 1.1.0 or later

Setup

  1. Download the source code or clone the repository.
  2. Run bundle install && bundle exec pod install.
  3. Get a free API key from OpenWeatherMap.
  4. Open OpenWeatherAPI.swift and fill apiKey = "" with your own API key.

TODO

  • Swift 4
  • ViperMcFlurry or LightRoute v2
  • Facades with RxSwift
  • RxRealm
  • Acknowledgements
  • SwiftLint

License

MIT license. See the LICENSE file for details.