api-lib
v0.0.15
Published
API-Lib is the easiest way to create a backend for your app, website or anything else. We take care of the hard stuff so you can focus on what matters.
Downloads
418
Readme
[!IMPORTANT] API-Lib is not yet available to the public. You can sign up for the newsletter on our Website
API-Lib is the easiest way to create a backend for your app, website or anything else. We take care of the hard stuff so you can focus on what matters.
import { Request, Response } from "api-lib";
export default class ExampleGet {
async request(req: Request, res: Response) {
res.json({ hello: "world" });
}
}
Installation
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 0.10 or higher is required.
If this is a brand new project, make sure to create a package.json
first with
the npm init
command.
Installation is done using the
npm install
command:
$ npm install api-lib
Follow our installing guide for more information.
Features
- Global Backend Deployment
- Automatic Scaling
- Save Resources & Time
- Modules & Integrations
- Analytics & Monitoring
- Optimized Workflow
- Best All-In-One Backend Solution
Docs & Community
- Website and Documentation - [website repo]
- GitHub Organization for Official Middleware & Modules
- Visit the Docs
Contributing
The API-Lib Package welcomes all constructive contributions. Contributions take many forms, from code for bug fixes and enhancements, to additions and fixes to documentation, additional tests, triaging incoming pull requests and issues, and more!
See the Contributing Guide for more technical details on contributing.
Security Issues
If you discover a security vulnerability in API-Lib, please see Security Policies and Procedures.
People
The organization behind API-Lib is Nunosoft