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

https://github.com/bdunnette/derbynames-microservice-markovify


https://github.com/bdunnette/derbynames-microservice-markovify

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# derbynames microservice

[![Docker](https://github.com/bdunnette/derbynames-microservice-markovify/actions/workflows/docker-image.yml/badge.svg)](https://github.com/bdunnette/derbynames-microservice-markovify/actions/workflows/docker-image.yml)
[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/bdunnette/derbynames-microservice-markovify/main.svg)](https://results.pre-commit.ci/latest/github/bdunnette/derbynames-microservice-markovify/main)

Generating amusing (?) derby names using [markovify](https://github.com/jsvine/markovify).

## Building

```bash
docker build -t derbynames .
docker run -p 5000:5000 derbynames
```

## Deploying to dokku

```bash
git remote add dokku dokku@your-dokku-host:derbynames
git push dokku main
```