https://github.com/billstclair/mammudeck
A Tweetdeck-like interface to the Mastodon social media platform
https://github.com/billstclair/mammudeck
Last synced: about 1 year ago
JSON representation
A Tweetdeck-like interface to the Mastodon social media platform
- Host: GitHub
- URL: https://github.com/billstclair/mammudeck
- Owner: billstclair
- License: mit
- Created: 2019-07-05T00:50:33.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-02-10T12:50:45.000Z (over 2 years ago)
- Last Synced: 2025-04-06T23:48:28.224Z (about 1 year ago)
- Language: Elm
- Homepage: https://mammudeck.com
- Size: 4.26 MB
- Stars: 16
- Watchers: 3
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[Mammudeck](https://mammudeck.com/) is a Tweetdeck-like interface to the [Mastodon](https://mastodon.social/) social media platform. It is written in [Elm](https://elm-lang.org/), and uses the [billstclair/elm-mastodon](https://package.elm-lang.org/packages/billstclair/elm-mastodon/latest) package to handle the wire protocol.
This is a work in progress.
For development:
cd ~/.../elm-mammudeck
elm reactor
Then aim your browser at http://localhost:8000/site/index.html
After code changes, use `bin/build` to create `site/elm.js`, then reload the browser window.
To test `Mammudeck.EncodeDecode`:
cd ~/.../elm-mammudeck
elm-test
Bill St. Clair, 4 July 2019