Giter VIP home page Giter VIP logo

weather_by_me's Introduction

WeatherByMe

An open-source weather app with the aim to provide as much weather information as possible.

Getting Started

This app utilizes the BLoC pattern using RxDart to provide asyncrounous data fetching.

Resources utilized:

Preamble

This project is in active development and is not in a completed/releasable state.

Notes

This codebase will hopefully serve as a solid reference for anyone looking into streams for state management, and for myself.

To help in adhering to good coding practice, these key points will be followed:

  • Keep code extensible
    • Write abstract classes to define requirements for further API provider implementation
    • Refactor often
  • Maintain seperation of concerns
    • Create a seperate BLoC for each logical component.
      • Data fetching initiated by each component, and not "everything at once", will prevent data wait-time bottlenecks. Particularly important as the app expands.

Goals

Short Term

Implement a detailed current weather breakdown on the main landing page and overhaul the UI to bring it in line with modern Material-UI design.

Long Term

Implement multi-day forecasts, minute-by-minute forecasts, and historical weather data.

Project

Publish the app to the Play/Apple Store. Continuously develop while using any revenue streams to gain further access to higher-tiered weather provider API's, and implement them.

weather_by_me's People

Contributors

inverseflash avatar

Watchers

 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.