Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vjousse/elm-mastodon-tooty

Elm package for Mastodon extracted from tooty.
https://github.com/vjousse/elm-mastodon-tooty

elm mastodon mastodon-api mastodon-client

Last synced: 2 months ago
JSON representation

Elm package for Mastodon extracted from tooty.

Awesome Lists containing this project

README

        

# elm-mastodon-tooty

`elm-mastodon-tooty` is an Elm library for the [Mastodon](https://joinmastodon.org/) social-networking system. This library is used by [Tooty](https://github.com/n1k0/tooty), an alternative multi-accounts Web client for Mastodon.

# Dev

## Install `pre-commit`

Install [pre-commit](https://pre-commit.com/) and run:

pre-commit install

## Install dependencies

npm ci

## Run tests

npm test

# Publish a new version

elm bump
git tag
git push --tags origin main
elm publish