Skip to content
This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
/ metio Public archive

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

License

Notifications You must be signed in to change notification settings

yenbekbay/metio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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