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

https://github.com/eggplants/shikanoko

Outputs しか / のこ / こし / たん randomly until repeating しかのこのこのここしたんたん with n times.
https://github.com/eggplants/shikanoko

Last synced: about 1 year ago
JSON representation

Outputs しか / のこ / こし / たん randomly until repeating しかのこのこのここしたんたん with n times.

Awesome Lists containing this project

README

          

# shikanoko

[![Test]()](https://github.com/eggplants/shikanoko/actions/workflows/test.yml) [![Release Package](https://github.com/eggplants/shikanoko/actions/workflows/release.yml/badge.svg)](https://github.com/eggplants/shikanoko/actions/workflows/release.yml) [![Image Size](https://ghcr-badge.egpl.dev/eggplants/shikanoko/size?color=%2344cc11&tag=latest&label=image+size&trim=)](https://github.com/eggplants/shikanoko/pkgs/container/shikanoko)

## What

See:

## Install

### Cargo

```bash
cargo install --git https://github.com/eggplants/shikanoko
```

### Binary

See: [Releases](https://github.com/eggplants/shikanoko/releases)

### Docker

```bash
docker pull ghcr.io/eggplants/shikanoko
```

## Run

### Cargo, binary

```shellsession
$ shikanoko
USAGE: shikanoko

$ shikanoko 1
...しかのこのこのここしたんたん🦌🦌🦌
Loop duration: 205.09ms

$ shikanoko 2
...

$ shikanoko 3
...
```

### Docker

```shellsession
$ docker run --rm ghcr.io/eggplants/shikanoko 1
...しかのこのこのここしたんたん🦌🦌🦌
Loop duration: 23.08ms
```

## LICENSE

MIT