Skip to content

iamthebestcodeer/no-as-a-service-hono

Repository files navigation

❌ No-as-a-Service (Hono Edition)

No-as-a-Service Banner

Ever needed a graceful way to say "no"? This tiny API returns random, generic, creative, and sometimes hilarious rejection reasons — perfectly suited for any scenario: personal, professional, student life, dev life, or just because.

Originally built by hotheadhacker, this fork has been converted to a Hono-based server by iamthebestcodeer.


🚀 API Usage

Base URL depends on where you deploy this Hono server.

  • Method: GET
  • Path: /no

Example response:

{
  "reason": "This feels like something Future Me would yell at Present Me for agreeing to."
}

🛠️ Running Locally

  1. Install dependencies
bun install
  1. Start the Hono server
bun start
  1. Hit the endpoint
curl http://localhost:3000/no

🧱 Key Files

  • hono-app.js — Hono server entrypoint
  • reasons.json — Collection of rejection reasons
  • test — Tests for the Hono implementation

👤 Authors


📄 License

MIT — reuse freely, preferably to say "no" with style.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6