Skip to content

bufferhead-code/onthisday

Repository files navigation

onthisday

"On This Day" displays history weather data about your current location. It shows the weather data for the same day in the past years.

This is a demo project using SQLite with SQL.js-HTTPVFS as a free database deployed on Github Pages.

The weather data is based on this weather dataset

You can learn more about how it works and how I made it here.

Youtube Video about how this project was made

Support me

We are building solidtime - The modern Open Source Time Tracker

image

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint