Skip to content

Commit 5e40ca5

Browse files
committed
npmjs-update
1 parent 79de7b5 commit 5e40ca5

2 files changed

Lines changed: 11 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Check-Host API Node.js Library
22

3-
A lightweight, lightning-fast, and feature-complete Node.js wrapper for the Check-Host.cc API.
3+
A lightweight, lightning-fast, and feature-complete Node.js wrapper for the [Check-Host.cc](https://check-host.cc) API. Full documentation is available at [docs.check-host.cc](https://docs.check-host.cc).
44

55
Seamlessly integrate global network diagnostics into your backend. Perform remote Ping, TCP, UDP, DNS, and HTTP checks from multiple worldwide locations—straight from your JavaScript or TypeScript application. Checks from 60+ locations worldwide.
66

@@ -26,7 +26,7 @@ Ensure you have Node.js 18+ installed. You can include this repository directly.
2626
## Quickstart
2727

2828
```javascript
29-
import CheckHost from 'check-host-api';
29+
import CheckHost from '@check-hostcc/check-host-api';
3030

3131
// Initialize the client. The API Key is optional.
3232
// Without an API key, standard public rate limits apply.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@check-hostcc/check-host-api",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"publishConfig": {
55
"access": "public",
66
"registry": "https://registry.npmjs.org/"
@@ -13,6 +13,14 @@
1313
},
1414
"author": "",
1515
"license": "ISC",
16+
"repository": {
17+
"type": "git",
18+
"url": "git+https://github.com/Check-Host/nodejs-lib.git"
19+
},
20+
"bugs": {
21+
"url": "https://github.com/Check-Host/nodejs-lib/issues"
22+
},
23+
"homepage": "https://github.com/Check-Host/nodejs-lib#readme",
1624
"engines": {
1725
"node": ">=18.0.0"
1826
}

0 commit comments

Comments
 (0)