Using Mapbox and Open-Meteo to forecast weather on a long road trip.
- Create an API access token at Mapbox.
- Create a
.env
file in the project root containing:
MAPBOX_ACCESS_TOKEN=<public token goes here>
- Install dependencies with
pip install -r requirements.txt
. - Run the script with
python main.py
.