Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
Find a file
2020-04-24 14:53:06 +02:00
public first working browser app 2020-04-24 11:24:09 +02:00
src Merge branch 'shadow-cljs' of github.com:DomainDrivenArchitecture/dda-masto-embed into shadow-cljs 2020-04-24 14:52:51 +02:00
.gitignore test are now working 2020-04-24 14:42:30 +02:00
LICENSE Initial commit 2020-04-23 09:01:24 +02:00
package-lock.json Merge branch 'shadow-cljs' of github.com:DomainDrivenArchitecture/dda-masto-embed into shadow-cljs 2020-04-24 14:52:51 +02:00
package.json Merge branch 'shadow-cljs' of github.com:DomainDrivenArchitecture/dda-masto-embed into shadow-cljs 2020-04-24 14:52:51 +02:00
README.md add missing install instruction 2020-04-24 14:53:06 +02:00
shadow-cljs.edn test are now working 2020-04-24 14:42:30 +02:00

dda-masto-embed

Embeds mastodon timline into a html page. Uses JS, no intermediate server required.

Setup

sudo npm install -g npx sudo npm install -g shadow-cljs npm install source-map-support npm install mastodon-api

Development

shadow-cljs node-repl shadow-cljs watch frontend shadow-cljs compile test