Hacker News new | ask | show | jobs
by the2ndfloorguy 669 days ago
very nice! My website has a /open-dashboard page (https://www.pankajtanwar.in/open-dashboard) and I'm putting : - workout data - current location - social media metrics - my bike report card (every single expense, performance etc)
1 comments

This is pretty cool!

How are you tracking workouts/bike stats? Is that manually tracked somewhere or done automatically?

thanks :) mine is manual + some of them, automated. i built a custom telegram bot which periodically/on-demand asks for data points, run basic algos to calculates these stats and push to realtime firebase storage.