0.0.15 • Published 4 months ago

api-lib v0.0.15

Weekly downloads
21
License
MIT
Repository
github
Last release
4 months ago

API-Lib

!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.

NPM Version NPM Install Size NPM Downloads

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

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

License

MIT

0.0.15

4 months ago

0.0.13

4 months ago

0.0.14

4 months ago

0.0.10

4 months ago

0.0.11

4 months ago

0.0.12

4 months ago

0.0.9

4 months ago

0.0.8

4 months ago

0.0.7

5 years ago

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago