Skip to content

Commit

Permalink
Rename project to network quality monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinofsakh committed Jan 11, 2021
1 parent dbf3a89 commit 8f8f4ce
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 12 deletions.
18 changes: 12 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,27 @@
# Ping Monitor
# NQM - Network Quality Monitor

Simple ping monitor to check ping over the time.
Tools for long-term monitoring of network quality.

# Installation
## Installation

```bash
$ npm install ping-logger
$ npm install network-quality-monitor
```

# Usage
## Usage

```bash
$ node ping-monitor-cli.js --help
$ node http-monitor-cli.js --help
```

# License
## History

**0.1**

- First release.

## License

```
MIT License
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ping-logger",
"name": "network-quality-monitor",
"version": "0.1.0",
"description": "Simple ping monitor to check ping over the time.",
"description": "Tools for long-term monitoring of network quality.",
"main": "ping-monitor-cli.js",
"scripts": {
"start": "node ping-monitor-cli.js",
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/edwinofsakh/ping-logger.git"
"url": "git+https://github.com/edwinofsakh/network-quality-monitor.git"
},
"keywords": [
"ping",
Expand All @@ -24,9 +24,9 @@
"author": "Sergey Panpurin",
"license": "MIT",
"bugs": {
"url": "https://github.com/edwinofsakh/ping-logger/issues"
"url": "https://github.com/edwinofsakh/network-quality-monitor/issues"
},
"homepage": "https://github.com/edwinofsakh/ping-logger#readme",
"homepage": "https://github.com/edwinofsakh/network-quality-monitor#readme",
"dependencies": {
"asciichart": "^1.5.25",
"csv-write-stream": "^2.0.0",
Expand Down

0 comments on commit 8f8f4ce

Please sign in to comment.