no-as-a-service/extra/no-as-a-service
2025-05-24 20:27:14 +02:00
..
.gitignore initial 2025-05-13 07:58:31 +02:00
app.rb rubocop and improved lang support 2025-05-24 20:27:14 +02:00
Containerfile initial 2025-05-13 07:58:31 +02:00
Dockerfile initial 2025-05-13 07:58:31 +02:00
Gemfile rubocop and improved lang support 2025-05-24 20:27:14 +02:00
License initial 2025-05-13 07:58:31 +02:00
README.md initial 2025-05-13 07:58:31 +02:00

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