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

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.

Awesome Lists containing this project

README

          

# Dajare (駄洒落)

[![CI](https://github.com/satoryu/dajare/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/satoryu/dajare/actions/workflows/ci.yml)

[![Dajare](https://github.com/satoryu/dajare/raw/master/public/dajare.jpg)](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!

[![Deploy](https://www.herokucdn.com/deploy/button.svg)](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
```