Skip to content

Commit 46af2f7

Browse files
committed
Add badges
1 parent 341d296 commit 46af2f7

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# nest-status-monitor
22

3+
[![NPM](https://nodei.co/npm/nest-status-monitor.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/nest-status-monitor/)
4+
5+
[![nest-status-monitor on npm](https://img.shields.io/npm/v/nest-status-monitor.svg)](https://www.npmjs.com/package/nest-status-monitor)
6+
[![npm](https://img.shields.io/npm/dt/nest-status-monitor.svg)](https://img.shields.io/npm/dt/nest-status-monitor.svg)
7+
![License](https://img.shields.io/badge/license-MIT-blue.svg)
8+
39
Simple, self-hosted module based on Socket.io and Chart.js to report realtime
410
server metrics for Nest.js based node servers.
511

package.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
"version": "0.0.1",
44
"description": "Realtime Monitoring for Express-based Node applications",
55
"main": "dist/index.js",
6-
"repository": "[email protected]:GenFirst/nest-status-monitor.git",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+ssh://[email protected]/GenFirst/nest-status-monitor.git"
9+
},
710
"author": "ivanvs <[email protected]>",
811
"license": "MIT",
912
"keywords": [
@@ -58,5 +61,12 @@
5861
"^.+\\.(t|j)s$": "ts-jest"
5962
},
6063
"coverageDirectory": "./coverage"
64+
},
65+
"bugs": {
66+
"url": "https://github.com/GenFirst/nest-status-monitor/issues"
67+
},
68+
"homepage": "https://github.com/GenFirst/nest-status-monitor#readme",
69+
"directories": {
70+
"example": "examples"
6171
}
6272
}

0 commit comments

Comments
 (0)