GithubHelp home page GithubHelp logo

baptistelecat / weather_journey Goto Github PK

View Code? Open in Web Editor NEW
4.0 2.0 1.0 14.28 MB

AI-powered weather visualization app, blending dynamic forecasts with real-time imagery. Built with Flutter, NestJS, and integrated with ChatGPT and MidJourney via Discord.

Home Page: https://apps.apple.com/us/app/weather-journey/id1597876360

Kotlin 0.04% Ruby 2.04% Swift 0.85% Objective-C 0.01% Dart 82.29% CMake 5.69% C++ 7.20% C 0.43% HTML 0.56% Shell 0.88%
ai chatgpt discord firebase firestore flutter midjourney mobile-app riverpod vizualisation weather-app

weather_journey's Introduction

Weather Journey

Weather Journey is more than just another weather app; it's a dynamic visualization tool designed to make weather forecasts come alive. Showcasing the power of AI to elevate basic applications, this app is a testament to the fusion of weather data, AI-powered prompts, and real-time image generation.

As an enthusiast and student of AI, mobile development, and cloud computing, this project offers an amalgamation of all these elements, serving as a personal exploration into their combined capabilities.

App Onboarding

Available on the App Store and Play Store

App Store      Play Store

Technology Stack

  • Mobile App: Developed using Flutter (version 3.10).
  • Backend: NestJS powers the API, which interacts with ChatGPT for prompt generation and MidJourney through a Discord bot integration.
  • Hosting: Infrastructure hosted on Google Cloud Run.
  • Authentication & Data Storage: Firebase Auth for authentication and Firestore for data storage.

Features

  • Dynamic Weather Visualizations: See real-time weather forecasts as never before with AI-generated images tailored to each forecast.
  • AI-Powered: Leveraging the prowess of ChatGPT for textual prompts and MidJourney for generating imagery.
  • Multi-Platform: Available on both App Store and Play Store.

Automated Deployment

As you know my app is available on IOS and Android. So I have to deploy it on the App Store and Google Play Store. I use Fastlane to automate the deployment process. Because I want to learn more about the way to do it well, I started learning the Github Workflow and Github Actions. I have a dedicated workflow for the deployment of my app.

The Workflow

Basically I have 2 branches in my repository: -main : This is the branch where the current version of the app is available. It's the production branch. -develop : This is the branch where I work on the app. It's the development branch.

To start working on a new feature, I create a new branch from the develop branch. When the feature is done, I merge the branch into the develop branch. A Github Action is triggered when a new commit is pushed to the develop branch. This action will run the tests to ensure that the app is working well.

When I want to deploy a new version of the app, I have to create a new release on Github. I have a dedicated script to do it. This script will create a new tag with the version number by using a semantic versioning system, thanks to semver Github Action. Then it will create a new release with the tag. The Github Action will be triggered when a new release is created. This action will build the app and deploy it on the App Store and Google Play Store in BETA / INTERNAL TESTING mode.

After that a Pull Request is created to merge the release branch into the main branch. This PR will trigger a new Github Action to deploy the app on the App Store and Google Play Store in PRODUCTION mode.

You can find the Github Actions in the .github/workflows folder. And a documentation about the CI/CD Setup in the .github/cicd_setup.md file.

Getting Started

Prerequisites

Flutter SDK (Version 3.10) A functioning environment for Flutter development.

Setup Instructions

Clone the repository:

git clone

Navigate to the project directory:

cd weather-journey

Install dependencies:

flutter pub get

Run the app:

flutter run

weather_journey's People

Contributors

baptistelecat avatar github-actions[bot] avatar

Stargazers

tang avatar  avatar  avatar  avatar

Watchers

tang avatar  avatar

Forkers

tangyiyong

weather_journey's Issues

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.