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

https://github.com/paithiov909/baboon

Yet another implementation of Inuzaru tanka generator 🐶🐵
https://github.com/paithiov909/baboon

Last synced: 6 months ago
JSON representation

Yet another implementation of Inuzaru tanka generator 🐶🐵

Awesome Lists containing this project

README

          

# Baboon

> a clone of Inuzaru tanka generator

## What is this?

「おもじゃん短歌自動生成スクリプト『犬猿』」(written by Arara Sasaki)をもとにした短歌の自動生成スクリプトです。本家よりもモダンな書き方になっていますが、単体のJSとしてのサイズは大きくなっています。

## Usage

In browser:

```html

const baboon = new Baboon();
console.log(baboon.create());

```

## License

© 2019-2021 paithiov909|[MIT license](https://github.com/paithiov909/baboon/blob/master/LICENSE)