Onthisday
History Weather Data for the current day powered by SQLite
Install / Use
/learn @bufferhead-code/OnthisdayREADME
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.
Support me
We are building solidtime - The modern Open Source Time Tracker
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

