Code Monkey home page Code Monkey logo

weather's Introduction

My attempt to build weather app utilizing clean architecture approaches and modern tools.

Notes

  1. (B)VIPER is the architecture of the app. See more on that in Scenes README.

    Scene module tests are almost not there yet, sorry. Working on that. See UserCityListPresenterTests for an example for now.

  2. UI implementation is heavily based on storyboards, view controller containment (both dynamic and static) and sometimes storyboard references. The containment reflects module structure of (B)VIPER. As result every view controller is either (not both):

    • View managing "leaf" view;
    • ContainerView managing some number of opaque child views (read: container view controller).

    Each such a view controller is an implementation of View in the corresponding module.

  3. UI is not well thought-out, to say the least. Unfortunately it was not the highest priority so far, due to focus on other things.

  4. At some places RxSwift is used to implement dynamic bindings. There's more room for that/some things (in terms of implementation) need to be switched to RxSwift to improve the performance.

  5. City lookup is implemented via lookup in pre-packaged Core Data store built from city list json available at OpenWeatherMap.

  6. City search by zip is not there yet. Though there's primitive UI solution for that.

Post Checkout

Please note that CocoaPods are not checked in into the repository, so after checkout they need to be installed via the two following commands:

  1. Install the compatible version of the pod tool into the source tree:

     bundle install
    
  2. Install the compatible version of the pods using just installed pod tool:

     bundle exec pod install
    

weather's People

Contributors

grigorye avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.