Skip to content

NickCis/micronize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

micronize

Simple way of enhacing a function with Zeit's Micro framework.

It's particullarly usefull for severless environment (such as zeit's now and aws lamda)

Install

$ npm install --save micro micronize

Usage

const { send } = require('micro');
const micronize = require('micronize');

module.exports = micronize((req, res) => send(res, 200, 'Hello from micro'));

License

MIT © Nicolas Cisco

About

Simple way of enhacing a function with zeit's micro framework.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published