Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
Find a file
2020-04-25 13:42:54 +02:00
public render output to document 2020-04-24 18:41:40 +02:00
src use more dedicated ns 2020-04-25 13:42:54 +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 fix security issue 2020-04-24 18:31:58 +02:00
package.json fix security issue 2020-04-24 18:31:58 +02:00
README.md nicer doc 2020-04-24 17:26:42 +02:00
shadow-cljs.edn use more dedicated ns 2020-04-25 13:42:54 +02:00

dda-masto-embed

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

Setup

npm install npx
npm install shadow-cljs
npm install source-map-support --save-dev
npm install mastodon-api

Development

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