dorald / metio

iOS app that displays your local weather in a simple, intuitive language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Metio

Metio is an iOS app that displays your local weather in a simple, intuitive language.

Download on the App Store

Stack

Metio iOS code is written in Objective-C using the MVVM architecture. It's built with ReactiveCocoa, AFNetworking, and Parse.

Setup

  1. Clone the repo
$ git clone https://github.com/anvilabs/metio
$ cd metio
  1. Install dependencies from CocoaPods
$ pod install
  1. Configure the secret keys
$ cp Metio/Secrets-Example.h Metio/Secrets.h
$ open Metio/Secrets.h
# Paste your values
  1. Open the Xcode workspace at Metio.xcworkspace.

Credits

Loosely based on the Tropos project by thoughtbot, inc.

License

MIT License © Anvilabs

About

iOS app that displays your local weather in a simple, intuitive language

License:MIT License


Languages

Language:Objective-C 93.7%Language:HTML 4.1%Language:Ruby 1.2%Language:JavaScript 0.9%