Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
Find a file
2020-06-19 15:02:24 +02:00
public jans-mob 2020-06-19 11:05:45 +02:00
src wip 2020-06-19 14:58:59 +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 update deps 2020-04-27 12:21:46 +02:00
package.json update deps 2020-04-27 12:21:46 +02:00
README.md wip 2020-06-19 15:02:24 +02:00
shadow-cljs.edn wip 2020-06-19 14:58: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