magictracks / magictracks-docs

Repo for documenting "hacking higher ed" project
Other
3 stars 0 forks source link

Technical Notes #11

Open joeyklee opened 6 years ago

joeyklee commented 6 years ago

Maybe worth looking into - there's a chrome extension API for working with Auth: https://gist.github.com/raineorshine/970b60902c9e6e04f71d // general webextensions API: https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API

joeyklee commented 6 years ago

Maybe also think about using IFTTT to create workflows to connect apps: https://ifttt.com/trello

joeyklee commented 6 years ago

Just had a quite interesting chat with someone working on distributed web / peer-to-peer stuff. He showed some cool demos around using things like localForage (index.db), hyperDB, and also some of what is happening over at the DAT project. Here's just some napkin scribbles:


index.db ==> localForage library to handle complexity: https://github.com/localForage/localForage

or see:

dat shopping list example https://github.com/jimpick/dat-shopping-list