pi-weather Svelte Themes

Pi Weather

Weather application designed for efficiently operating and displaying from a Raspberry Pi for weather dashboard.

Pi Weather

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!

Setup

Downloading the Code

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.

Node & NPM

Project Dependencies

To install project dependencies, run npm install in the root of this project.

Environment Variables

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

Top categories

Loading Svelte Themes