apihealthz 1.0.0 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.nvmrc +1 -0
- package/README.md +2 -2
- package/package.json +2 -2
package/.nvmrc
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
v22.14.0
|
package/README.md
CHANGED
|
@@ -15,7 +15,7 @@ A command-line tool to monitor your API and website uptime and health. Keep trac
|
|
|
15
15
|
|
|
16
16
|
### Prerequisites
|
|
17
17
|
|
|
18
|
-
- Node.js (
|
|
18
|
+
- Node.js (v22 or higher)
|
|
19
19
|
- npm or yarn
|
|
20
20
|
|
|
21
21
|
### Setup
|
|
@@ -23,7 +23,7 @@ A command-line tool to monitor your API and website uptime and health. Keep trac
|
|
|
23
23
|
1. Clone the repository:
|
|
24
24
|
|
|
25
25
|
```bash
|
|
26
|
-
git clone
|
|
26
|
+
git clone https://github.com/ThePratikSah/apihealthz-cli.git
|
|
27
27
|
cd apihealthz-cli
|
|
28
28
|
```
|
|
29
29
|
|