yenbekbay / metio

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

Repository from Github https://github.comyenbekbay/metioRepository from Github https://github.comyenbekbay/metio

Metio logo

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

Download on the App Store

Stack

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

Setup

  1. Clone the repo:
$ git clone https://github.com/anvilabs/metio
$ cd metio
  1. Install iOS app dependencies from CocoaPods:
$ (cd ios && bundle install && pod install)
  1. 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
  1. Open the Xcode workspace at ios/Metio.xcworkspace and run the app.

Credits

Loosely based on the Tropos project by thoughtbot, inc.

License

MIT License © Ayan Yenbekbay

About

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

License:MIT License


Languages

Language:Objective-C 91.2%Language:HTML 4.2%Language:Ruby 3.6%Language:JavaScript 0.9%