Skip to content

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

Stars

8 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages