Skip to content

This repository hosts a Docker-based application that allows users to retrieve historical weather data for specific locations by entering an API key and selecting parameters such as month and temperature threshold. The app supports multiple locations including 'BYU', 'BYUI', and 'BYUH'. Ideal for users looking to analyze weather patterns or verify

Notifications You must be signed in to change notification settings

pined1/DockerApp

Repository files navigation

Historical Weather Data App

How to Start It

To get the application up and running on your system, please follow these steps:

  1. Install Docker: Ensure Docker is installed on your machine. If it's not, visit Docker's official website and follow the installation guide for your operating system.

  2. Fork the Repository: Navigate to the GitHub repository and fork it. This will create a copy of the repository in your GitHub account.

  3. Clone Your Fork: Clone the repository to your local machine.

  4. Start with a Docker Compose: Navigate to the cloned repository's directory in your terminal, and start the application using Docker Compose:

       docker-compose up
  5. Debugging Tips for Mac Users

If you encounter any path-related issues on a Mac, ensuring Docker's command-line tools are accessible might resolve them. Execute the following line in your terminal:

   export PATH="$PATH:/Applications/Docker.app/Contents/Resources/bin/"

Introduction

With this app, users can input their API key, select a month, and choose a temperature threshold in Fahrenheit to retrieve historical weather data for locations like 'BYU', 'BYUI', and 'BYUH'.

Weather App Overview

Sample Output

Below are examples of the data and the app interface you can expect:

  • Data Snapshot:
    Table Data

  • App Interface:
    App Interface

About

This repository hosts a Docker-based application that allows users to retrieve historical weather data for specific locations by entering an API key and selecting parameters such as month and temperature threshold. The app supports multiple locations including 'BYU', 'BYUI', and 'BYUH'. Ideal for users looking to analyze weather patterns or verify

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published