Git Product home page Git Product logo

weatherly's Introduction

Weatherly

Weatherly is a web application that provides weather information and in the future wildfire risk assessments. It leverages Flask, and the OpenWeather API to deliver current weather conditions, a 7-day forecast, and soon a predictive model for assessing wildfire risks based on historical weather data.

Key Features

  • Current Conditions: View real-time weather data for any location.
  • 7-Day Forecast: Plan ahead with a detailed forecast for the next week.
  • (Planned) Wildfire Risk Assessment: Predictive model for assessing the risk of wildfires in a given area.

Technologies Used

  • (Active) Flask: A lightweight Python web framework for building the backend.
  • (Planned) SQLite: A simple and easy-to-use database for storing user accounts and other persistent data.
  • (Active) OpenWeather API: Provides current weather data for any location.
  • (Planned) Machine Learning Model: Implements a predictive model for wildfire risk assessment.

Getting Started

Screenshots

Screenshot 1 Light Mode

Screenshot 2 Dark Mode

Prerequisites

markdown Copy code

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/weatherly.git
    cd weatherly

Set up a virtual environment:

bash Copy code virtualenv venv source venv/bin/activate # On Windows, use 'venv\Scripts\activate' Install dependencies:

bash Copy code pip install -r requirements.txt Create a .env file in the project root and add your OpenWeatherMap API key:

plaintext Copy code OPENWEATHER_API_KEY=your_api_key Run the application:

bash Copy code flask run Open your browser and navigate to http://localhost:5000/ to access Weatherly.

Usage

Home Page:

  • Enter a zip code in the search bar to get weather information for a specific location.
  • Explore the current conditions, 7-day forecast, and wildfire risk assessment.

Dark Mode:

  • Toggle between light and dark modes using the light/dark button in the header.

Community Engagement:

  • Contribute to the project by providing feedback and reporting incidents.
  • Engage with the community to enhance the wildfire risk assessment model.

Contributing

If you'd like to contribute to FlameForecast, follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature/improvement).
  3. Make changes and commit (git commit -m 'Add feature/improvement').
  4. Push to the branch (git push origin feature/improvement).
  5. Open a pull request.

Acknowledgements

  • Thanks to OpenWeatherMap for providing the weather data API.
  • Special mention to contributors and community members who help improve FlameForecast.

weatherly's People

Contributors

micah779 avatar

Stargazers

 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.