Skip to content

Commit

Permalink
docs: add build & dependencies status badges
Browse files Browse the repository at this point in the history
  • Loading branch information
lykmapipo committed Jun 15, 2019
1 parent fc9604d commit 1dab89e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
# postman(WIP)

[![Build Status](https://travis-ci.org/lykmapipo/postman.svg?branch=master)](https://travis-ci.org/lykmapipo/postman)
[![Dependencies Status](https://david-dm.org/lykmapipo/postman/status.svg?style=flat-square)](https://david-dm.org/lykmapipo/postman)

collective notifications for nodejs.

## Requirements

- [nodejs v8.11.1+](https://nodejs.org)
- [npm v5.6.0+](https://www.npmjs.com/)
- [MongoDB v3.4.10+](https://www.mongodb.com/)
- [mongoose v5.2.5+](https://github.com/Automattic/mongoose)

## Install
```sh
$ npm install --save redis kue mongoose @lykmapipo/postman
Expand Down Expand Up @@ -45,7 +55,7 @@ const sendPushJob = push.queue();

```

## Configuration
## Environment
In project root add `.env` file below.

```sh
Expand Down

0 comments on commit 1dab89e

Please sign in to comment.