https://github.com/satoryu/dajare
This is a web application to help to generate dajares easily.
https://github.com/satoryu/dajare
dajare hacktoberfest heroku-application jokes sinatra-applications
Last synced: 6 months ago
JSON representation
This is a web application to help to generate dajares easily.
- Host: GitHub
- URL: https://github.com/satoryu/dajare
- Owner: satoryu
- License: mit
- Created: 2012-03-31T07:25:07.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T01:17:49.000Z (over 1 year ago)
- Last Synced: 2025-03-25T22:33:15.517Z (6 months ago)
- Topics: dajare, hacktoberfest, heroku-application, jokes, sinatra-applications
- Language: HTML
- Homepage: https://dajare.herokuapp.com
- Size: 90.8 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Dajare (駄洒落)
[](https://github.com/satoryu/dajare/actions/workflows/ci.yml)
[](https://github.com/satoryu/dajare)
## What's this?
This is a Web application to help to generate dajares easily.
This also has endpoints to work as HipChat Add-on.
This add-on will start converting all message in rooms if you install the rooms.The demo server is running on Heroku. [Try it!](https://dajare.herokuapp.com/)
Or deploy it!
[](https://heroku.com/deploy)
### Prerequisites
- Ruby 3.0.0
## Install
```sh
git clone http://github.com/satoryu/dajare
cd dajare
bundle install
bundle exec rackup # Launch Dajare server
```