seanbreckenridge / HPI

Human Programming Interface - a way to unify, access and interact with all of my personal data [my modules]
https://beepb00p.xyz/hpi.html
MIT License
72 stars 6 forks source link

stream all HPI events #1

Closed seanbreckenridge closed 3 years ago

seanbreckenridge commented 3 years ago

create functionality/library which gathers all events from all of HPI, dynamically finding datetime/date fields, returning a stream of all of them, ordered by date

seanbreckenridge commented 3 years ago

could eventually be used for a live-feed of events, with some info obfuscated, put up somewhere on the internet

seanbreckenridge commented 3 years ago

Partially resolved in b375384

seanbreckenridge commented 3 years ago

Create my.core.serialize, to convert events to JSON. Can copy flask jsonify

seanbreckenridge commented 3 years ago

Added in a7d05e9

Add some examples to the README that uses this?

seanbreckenridge commented 3 years ago

done