Embeds mastodon timline into a html page. Uses JS, no intermediate server required.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
jem 7775dc88f5 improved timestamp & added card 4 years ago
public improved timestamp & added card 4 years ago
src improved timestamp & added card 4 years ago
.gitignore test are now working 4 years ago
LICENSE Initial commit 4 years ago
README.md wip 4 years ago
package.json update deps 4 years ago
shadow-cljs.edn improved timestamp & added card 4 years ago

README.md

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