375 B
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