Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.24 KB

README.md

File metadata and controls

43 lines (26 loc) · 1.24 KB

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