Metio is an iOS app that displays your local weather in a simple, intuitive language.
Metio iOS app is written in Objective-C using the MVVM architecture. It's built with ReactiveCocoa, AFNetworking, and Parse SDK.
- Clone the repo:
$ git clone https://github.com/anvilabs/metio
$ cd metio
- Install iOS app dependencies from CocoaPods:
$ (cd ios && bundle install && pod install)
- Configure the secret values for the iOS app:
$ cp ios/Metio/Secrets-Example.h ios/Metio/Secrets.h
$ open ios/Metio/Secrets.h
# Paste your values
- Open the Xcode workspace at
ios/Metio.xcworkspace
and run the app.
Loosely based on the Tropos project by thoughtbot, inc.
MIT License © Ayan Yenbekbay