b-rest

0.0.1 • Public • Published

b-rest

Express configuration of web framework for serving RESTFUL

Installation

npm install b-rest --save

or

yarn add b-rest

Requires Node v8.9.0 or above

Usage

index.js

const rest = require('b-rest');
 
const app = rest();
 
 

/b-rest/

    Package Sidebar

    Install

    npm i b-rest

    Weekly Downloads

    2

    Version

    0.0.1

    License

    MIT

    Last publish

    Collaborators

    • takara2012