Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
Find a file
2020-06-30 13:00:48 +02:00
.github release-test 2020-06-30 10:28:35 +02:00
public improved timestamp & added card 2020-06-24 19:53:04 +02:00
src print acnt->id to js-console 2020-06-24 19:59:02 +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.json going to release 2020-06-30 13:00:48 +02:00
README.md wip 2020-06-19 15:02:24 +02:00
shadow-cljs.edn test releasing as lib 2020-06-30 09:09:59 +02:00

dda-masto-embed

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

Setup

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

Development

shadow-cljs watch frontend

open browser at http://localhost:8080

Connect your repl for :frontend

run the tests

shadow-cljs compile test