billstclair/elm-mastodon-websocket

Elm client for the websocket API of the Mastodon social network.


License
MIT
Install
elm-package install billstclair/elm-mastodon-websocket 2.0.8

Documentation

billstclair/elm-mastodon-websocket is a client for the websocket streaming API to the Mastodon social-networking system. The Mastodon API is documented at docs.joinmastodon.org/api.

The project is separate from billstclair/elm-mastodon, because it requires ports for the websockets, and other uses of elm-mastodon do not.

See the example directory for how to define the ports and to configure the application to use the JavaScript for websockets and localStorage.

Running tests

cd .../elm-mastodon-websocket
elm-test