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: about 1 month 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-20T20:55:34.000Z (over 1 year ago)
- Last Synced: 2025-02-08T04:31:49.275Z (10 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: 1
- Open Issues: 3
-
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