apixora
v0.1.0
Published
Minimal API toolkit for Node.js backends
Readme
apixora
Minimal API toolkit for Node.js backends
apixora is a lightweight utility library designed to simplify and standardize backend API development in Node.js applications (Express, Fastify-ready).
It removes repetitive boilerplate such as async error handling, response formatting, request IDs, and basic logging.
✨ Features
- ✅ Standard API response helpers
- ✅ Centralized error handling middleware
- ✅ Async route handler wrapper (no try/catch)
- ✅ Automatic request ID generation
- ✅ Minimal request logger
- ✅ Simple environment config helper
- ✅ Zero dependencies
- ✅ ES Module support
📦 Installation
npm install apixora