Giter Club home page Giter Club logo

resort-conditions's Introduction

Resort-Conditions

Resort-Conditions is a simple and efficient app designed to provide you with all the information you need for a successful day on the slopes. No need to check 5 or 6 different apps or websites โ€“ all the information you need is conveniently consolidated in one place.

Resort-Conditions displays essential details about local Utah ski resorts, including traffic updates, weather forecasts, current conditions, camera feeds, and recent tweets, to ensure you are prepared to make it to the mountain and back safely.

Simplify your pre-snowboarding routine and save time with Resort-Conditions. Get the information you need quickly and easily, so you can focus on enjoying your time on the mountain.

Installation

Before running the application, make sure you have set up a Python virtual environment and installed the necessary dependencies. Here's how:

  1. Set up a Python virtual environment by running the following command:

    (skip this step if your machine already has a python virtual environment)

    shell python3 -m venv env

  2. Activate the virtual environment. The command will vary depending on your operating system:

    • For Windows:

    shell env\Scripts\activate

    • For macOS and Linux:

    shell source env/bin/activate

  3. Install the required dependencies by running the following command:

    shell pip install -r requirements.txt

  4. Create a .env file in the project's root directory and add the following keys:

    ACCUWEATHER_API_KEY= BING_MAPS_API_KEY= X_RAPID_API_KEY=

    You need to sign up for each of these keys from their respective sites and then populate them in their appropriate places in the .env file.

    After signing up for the X Rapid API key, you also need to subscribe to the following RapidAPI APIs on the RapidAPI web portal:

    By subscribing to these RapidAPI APIs, you will have access to the necessary endpoints for ski resort information and Twitter data.

  5. Run main.py to start the application.

Features

  • Traffic status and travel time information.
  • Recent tweets related to the resorts.
  • UDOT roadcam live feed images for real-time views of road conditions.
  • Weather forecasts and conditions for the past, present, and future.
  • Lift status information to know which lifts are operational.
  • Snow conditions/Base Measurements.

Technologies Used

Main Menu

Main Menu

This GIF showcases the main menu of the Resort-Conditions app.

License

This project is licensed under the MIT License. See the LICENSE file for details.

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.