no-as-a-service/extra/no-as-a-service/README.md
2025-05-13 07:58:31 +02:00

375 B

Polite No Service

A simple Ruby + Sinatra microservice that returns polite (or impolite) ways to say "No" in various languages.

🌐 Example

JSON: http://localhost:4567/?language=Japanese&tone=Polite

HTML: http://localhost:4567/?style=Blunt&format=html

🚀 Run with Docker

docker build -t polite-no-service .
docker run -p 4567:4567 polite-no-service