Swift-Viper-Weather-App
Swift-Viper-Weather-App copied to clipboard
iOS app with Clean Architecture
Swift Viper Weather App
This is an example project to demonstrate:
in a simple weather app that lists current weather information at some locations.

Requirements
- Xcode 8 or later with Swift 3.0.x
- CocoaPods 1.1.0 or later
Setup
- Download the source code or clone the repository.
- Run
bundle install && bundle exec pod install. - Get a free API key from OpenWeatherMap.
- Open
OpenWeatherAPI.swiftand fillapiKey = ""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.