https://github.com/bdunnette/derbynames-microservice-markovify
https://github.com/bdunnette/derbynames-microservice-markovify
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bdunnette/derbynames-microservice-markovify
- Owner: bdunnette
- Created: 2024-03-22T21:34:37.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T22:22:52.000Z (5 months ago)
- Last Synced: 2026-01-20T05:34:48.952Z (5 months ago)
- Language: Python
- Size: 10.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# derbynames microservice
[](https://github.com/bdunnette/derbynames-microservice-markovify/actions/workflows/docker-image.yml)
[](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
```