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

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


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

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# derbynames microservice

[![Docker](https://github.com/bdunnette/derbynames-zappa/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/bdunnette/derbynames-zappa/actions/workflows/docker-publish.yml)

Generating amusing (?) derby names using aitextgen.

## Building

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