Pi Weather is a Svelte-based web application for displaying weather information, handy for creating a home-made weather dashboard. This project relies on Open Weather APIs.
This project is heavily inspired by this project by AKZ Dev. Highly encourage you to watch his video!
In GitHub you can either download the code as a .zip
file or use the git clone
command to clone the repo to your Pi.
To install project dependencies, run npm install
in the root of this project.
Provided here is all of the environment variables used throughout the project. You will need to provide your own values for these variables in a .env
file in the root directory of this project:
VITE_API_KEY
VITE_LATITUDE
VITE_LONGITUDE