|
|
|
|
|
by nicbou
1489 days ago
|
|
You might want to look into my timeline thing [0]. At it's core, it's a database of Entries with different schemas. - Input: There's an API you can add Entries with, and Sources that automatically pull them from somewhere. - Output: There's an API you can query Entries from, and Destinations that automatically export them. It's meant to be more like a diary and less like a dashboard, but once you have the data in a single database, it's easy to do other things with it. A while ago, I made a map of my recent geolocation. It took maybe an hour, and allowed my dad to follow me during a trip. I wanted to make a maintenance schedule view for my vehicles, a budget view, and a few other things. [0] https://github.com/nicbou/timeline |
|