hungnm2904


  • Extend nodejs Promise with a lot of useful methods. # Installation `$ npm install --save tiny-promises` # Usage - Require it in your main file (entry point). ```javascript // index.js

    published version 1.0.8, 8 years ago
  • Simple error class for your REST server # Installation `$ npm install --save tiny-errors` # Usage # Properties - [code](#code) - [message](#message) ## code ```javascript code: number ``` This code will be used as HTTP Status (200, 404, 403, 500...) ## me

    published version 1.0.5, 8 years ago
  • Controller with base methods for your REST server. Tiny-controllers now only supports for Mongoose. # Installation `$ npm install --save tiny-controllers` # Usage - Create your *.d.ts in root folder and add reference to `tiny-controllers` type. ```javascr

    published version 1.0.11, 8 years ago
  • Simplify your REST router in few secs of setup # Installation `$ npm install --save tiny-routers` # Usage - Create your *.d.ts in root folder and add reference to `tiny-routers` type. ```javascript // app.d.ts

    published version 1.0.9, 8 years ago