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