Metio

iOS app that displays your local weather in a simple, intuitive language
Alternatives To Metio
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Weatherapp453
2 years ago1mitKotlin
5 Day Forecast app that works on Android and uses latest tools (Kotlin, Navigation, Room, LiveData, Databinding, Dagger 2)
Reactiveweatherexample204
5 years ago1mitSwift
A simple iOS weather app using the MVVM pattern and RxSwift framework.
Weather Swiftui45
4 years ago4Swift
A weather app that uses the Dark Sky API built using SwiftUI! Get the current weather for a particular location and check out the 5-day forecast!
Weather App Android Mvvm31
a year agoKotlin
Simple MVVM practice repository for very very beginners. You don't need to know about Dagger, Coroutine or Rx for understanding MVVM and this project. To check the MVVM Architecture Bengali Tutorial visit my blog site
Myweather31
3 years agoJava
App displays real-time weather updates for user's location and for other locations set by user. App uses MVVM with Repository pattern, dagger dependency injection, NetworkBoundResource, Navigation component, App widget, Alarm manager, and other Android JetPack components (Room, Viewmodel, Livedata)
Kingweather19
4 years ago1mitKotlin
:cloud: 一个基于Jetpack构建的MVVM天气预报APP。你值得拥有的MVVM快速开发框架:https://github.com/jenly1314/MVVMFrame
Tddweatherapp18
4 years agoKotlin
Android App trying to apply TDD and using MVVM, Kotlin Coroutines
Myweatherkotlinflow15
3 years agoJava
Android app that shows weather at your current location or any custom location you specify. Uses Kotlin Flow for data streaming and coroutines for asynchronous work. Also leverages Room, navigation component, Viewmodel and Livedata Jetpack components with MVVM presentation layer architecture. Dagger 2 with Dagger android for dependency injection
Weatherapp13
3 years agoJava
AmapWeatherApp(高德天气):an amap-weather android app that implements MVVM architecture using LiveData, ViewModel, Room, DataBinding, WorkManager, and Retrofit2&Rxjava2.
Metio9
5 years agomitObjective-C
iOS app that displays your local weather in a simple, intuitive language
Alternatives To Metio
Select To Compare


Alternative Project Comparisons
Readme
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

Popular Weather Projects
Popular Mvvm Projects
Popular Command Line Interface Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Objective C
Weather
Mvvm
Mvvm Architecture
Afnetworking
Reactivecocoa