http-sarcasm-codes
v1.0.0
Published
Sarcastic, witty responses for HTTP status codes. Perfect for adding humor to APIs.
Maintainers
Readme
HTTP Sarcasm Codes 🤪
A collection of sarcastic, witty, and sometimes brutally honest responses for HTTP status codes.
Perfect for developers who want to add some personality to their API responses.
📦 Installation
npm install http-sarcasm-codesUsage
import { errorCodes } from "http-sarcasm-codes"; console.log(errorCodes[404]); // Output: Like your socks after laundry… it’s just gone. 🧦✨
