Skip to content

Commit a5e53d2

Browse files
author
Tom Kirkpatrick
committed
chore: add status badges to readme
1 parent 3b60bfc commit a5e53d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# loopback-component-ping
22

3+
[![CircleCI](https://circleci.com/gh/fullcube/loopback-component-ping.svg?style=svg)](https://circleci.com/gh/fullcube/loopback-component-ping) [![Coverage Status](https://coveralls.io/repos/github/fullcube/loopback-component-ping/badge.svg)](https://coveralls.io/github/fullcube/loopback-component-ping) [![Dependencies](http://img.shields.io/david/fullcube/loopback-component-ping.svg?style=flat)](https://david-dm.org/fullcube/loopback-component-ping) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
4+
35
Component for [LoopBack](https://loopback.io) that adds a model for retrieving the internal state of the Node process.
46

57
It is a wrapper around the [express-ping](https://github.com/palmerabollo/express-ping/) package.
@@ -9,7 +11,7 @@ It is a wrapper around the [express-ping](https://github.com/palmerabollo/expres
911
Install the module
1012

1113
$ npm install --save loopback-component-ping
12-
14+
1315
Configure the module in `server/component-config.json`
1416

1517
The configuration object accepts the following parameters:

0 commit comments

Comments
 (0)