api-provider-ellipse
TypeScript icon, indicating that this package has built-in type declarations

0.7.1 • Public • Published

api-provider-ellipse

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

Installation

npm install api-provider-ellipse

Usage

const Ellipse = require('ellipse'),
      EllipseApiRouter  = require('api-provider-ellipse').EllipseApiRouter;
 
const API = new Api(...);
 
const app = new Ellipse(),
      router = new EllipseApiRouter(API);
      
router.apply(app);
app.listen(8080);

Readme

Keywords

none

Package Sidebar

Install

npm i api-provider-ellipse

Weekly Downloads

1

Version

0.7.1

License

MIT

Unpacked Size

43.4 kB

Total Files

20

Last publish

Collaborators

  • ajuhos