Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/athos/bigmouth
Clojure framework to build delivery-only Mastodon-compatible web apps
https://github.com/athos/bigmouth
clojure mastodon ostatus
Last synced: about 1 month ago
JSON representation
Clojure framework to build delivery-only Mastodon-compatible web apps
- Host: GitHub
- URL: https://github.com/athos/bigmouth
- Owner: athos
- License: epl-1.0
- Created: 2017-04-22T11:14:18.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-06-05T05:22:43.000Z (over 7 years ago)
- Last Synced: 2024-05-01T20:06:11.394Z (8 months ago)
- Topics: clojure, mastodon, ostatus
- Language: Clojure
- Homepage:
- Size: 52.7 KB
- Stars: 9
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Bigmouth [![Clojars Project](https://img.shields.io/clojars/v/bigmouth.svg)](https://clojars.org/bigmouth) [![CircleCI](https://circleci.com/gh/athos/Bigmouth.svg?style=svg)](https://circleci.com/gh/athos/Bigmouth)
Bigmouth is a Clojure framework to build delivery-only Mastodon-compatible web apps.
**Note**: Bigmouth is currently still in alpha quality and so not really suited for production use.
## Install
Add the following line to your `:dependencies`:
[![Clojars Project](https://clojars.org/bigmouth/latest-version.svg)](http://clojars.org/bigmouth)
Make sure you have JVM 1.8.0 or later to run your Bigmouth app since Bigmouth is using a couple of the features introduced in JVM 1.8.
## Usage
FIXME
## License
Copyright © 2017 Shogo Ohta
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.