# micronize

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

Latest version **0.1.0** (published 2019-03-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install micronize
pnpm add micronize
yarn add micronize
bun add micronize
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.0 |
| Published | 2019-03-16 |
| First published | 2019-03-16 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 0 |
| Unpacked size | 2.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 8 |
| Author | Nicolas Cisco |
| Maintainers | nickcis |
| Keywords | micro, function, micronize, serverless |

## Links

- npm: https://www.npmjs.com/package/micronize
- Repository: https://github.com/nickcis/micronize
- Homepage: https://github.com/nickcis/micronize#readme
- npm.io page: https://npm.io/package/micronize

## Recent versions

- 0.1.0 (latest) — 2019-03-16

## README

# micronize

> Simple way of enhacing a function with Zeit's [Micro](https://github.com/zeit/micro) framework.

It's particullarly usefull for severless environment (such as [zeit's now](https://zeit.co/now) and [aws lamda](https://aws.amazon.com/es/lambda/)) 

## Install

```
$ npm install --save micro micronize
```

## Usage

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

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


## License

MIT © [Nicolas Cisco](https://nckweb.com.ar)

---
_Source: https://npm.io/package/micronize · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
