PoweRest Framework for building REST API with Express Installation $ npm install --save powerest Usage const powerest = require('powerest'); const express = require('express'); const app = express(); app.listen(8080); License MIT © Guillaume DAIX