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 f6b9d4146a add missing install instruction 4 years ago
public first working browser app 4 years ago
src Merge branch 'shadow-cljs' of github.com:DomainDrivenArchitecture/dda-masto-embed into shadow-cljs 4 years ago
.gitignore test are now working 4 years ago
LICENSE Initial commit 4 years ago
README.md add missing install instruction 4 years ago
package-lock.json Merge branch 'shadow-cljs' of github.com:DomainDrivenArchitecture/dda-masto-embed into shadow-cljs 4 years ago
package.json Merge branch 'shadow-cljs' of github.com:DomainDrivenArchitecture/dda-masto-embed into shadow-cljs 4 years ago
shadow-cljs.edn test are now working 4 years ago

README.md

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