You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.MD
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# NODE-PROXIFY
1
+
# NODE-PROXIFYJS
2
2
3
-
**node-proxify** is a promise based handy module for nodejs developers to find fresh and working free proxies from https://free-proxy-list.net/ by calling only one function
3
+
**node-proxifyjs** is a promise based handy module for nodejs developers to find fresh and working free proxies from https://free-proxy-list.net/ by calling only one function
4
4
5
5
## Requirements
6
6
@@ -12,13 +12,13 @@
12
12
1. Install from npm
13
13
14
14
```sh
15
-
$ npm i proxifyjs
15
+
$ npm i node-proxifyjs
16
16
```
17
17
18
18
2. Use
19
19
20
20
```ts
21
-
const proxify =require("proxifyjs");
21
+
const proxify =require("node-proxifyjs");
22
22
23
23
(async () => {
24
24
let data =awaitproxify(); // this will return
@@ -33,7 +33,7 @@
33
33
pass an object property `count` to the function
34
34
35
35
```ts
36
-
const proxify =require("proxifyjs");
36
+
const proxify =require("node-proxifyjs");
37
37
38
38
(async () => {
39
39
let data =awaitproxify({ count: 20 }); // this will return first 20 proxies
0 commit comments