Skip to content

beepboopdylan/dylan-tran-echo3D-weather-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

1. Make sure Python 3.8+ is installed:

macOS: python3 --version
Windows: py --version

2. Clone the repo

git clone https://github.com/beepboopdylan/dylan-tran-echo3D-weather-demo.git
cd dylan-tran-echo3D-weather-demo

3. Create a virtual environment

python3 -m venv venv
source venv/bin/activate   # Windows: venv\Scripts\activate

4. Install dependencies

pip install -r requirements.txt

5. Add your OpenWeather API key in a .env file

echo "WEATHER_API_KEY=your_api_key" > .env

6. Run the app

python app.py

Expected display

Screenshot 2025-06-18 at 11 59 11

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published