# microservice-events

> Events for a microservice implementation

Latest version **1.0.0** (published 2017-03-19) · MIT license · 0 weekly downloads

## Install

```sh
npm install microservice-events
pnpm add microservice-events
yarn add microservice-events
bun add microservice-events
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.0 |
| Published | 2017-03-19 |
| First published | 2017-03-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=4 |
| Dependencies | 0 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Armando Magalhães |
| Maintainers | armand1m |

## Links

- npm: https://www.npmjs.com/package/microservice-events
- Repository: https://github.com/armand1m/node-microservice-events
- Homepage: https://github.com/armand1m/node-microservice-events#readme
- Issues: https://github.com/armand1m/node-microservice-events/issues
- npm.io page: https://npm.io/package/microservice-events

## Recent versions

- 1.0.0 (latest) — 2017-03-19

## README

# microservice-events [![Build Status](https://travis-ci.org/armand1m/microservice-events.svg?branch=master)](https://travis-ci.org/armand1m/microservice-events) [![Coverage Status](https://coveralls.io/repos/github/armand1m/microservice-events/badge.svg?branch=master)](https://coveralls.io/github/armand1m/microservice-events?branch=master)

> Events for a microservice implementation


## Install

```
$ npm install --save microservice-events
```


## Usage

```js
const microserviceEvents = require('microservice-events');

microserviceEvents('unicorns');
//=> 'unicorns & rainbows'
```


## API

### microserviceEvents(input, [options])

#### input

Type: `string`

Lorem ipsum.

#### options

##### foo

Type: `boolean`<br>
Default: `false`

Lorem ipsum.


## License

MIT © [Armando Magalhães](http://armand1m.herokuapp.com)

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