Skip to content

API provider for building api-core based APIs consumable via HTTP using the Express framework.

License

Notifications You must be signed in to change notification settings

ajuhos/api-provider-express

Repository files navigation

api-provider-express

API provider for building api-core based APIs consumable via HTTP using the Express framework.

Installation

npm install api-provider-express

Usage

const express = require('express'),
      ExpressApiRouter  = require('api-provider-express').ExpressApiRouter;

const API = new Api(...);

const app = express(),
      router = new ExpressApiRouter(API);
      
router.apply(app);
app.listen(8080);

About

API provider for building api-core based APIs consumable via HTTP using the Express framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published