Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/vjousse/elm-mastodon-tooty
- Owner: vjousse
- License: mit
- Created: 2024-01-19T14:34:18.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:55:34.000Z (6 months ago)
- Last Synced: 2024-09-26T20:43:52.699Z (3 months ago)
- Topics: elm, mastodon, mastodon-api, mastodon-client
- Language: Elm
- Homepage: https://github.com/n1k0/tooty
- Size: 65.4 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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