Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladislao committed May 5, 2017
1 parent 25c1627 commit b800529
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ $ npm install ps-free-proxy-list

## Usage

Module exports default singleton

```javascript
const freeProxyList = require('ps-free-proxy-list');
const source = freeProxyList() // singleton
```

Alternatively

```javascript
const FreeProxyList = require('ps-free-proxy-list').Source;
const source = new FreeProxyList();
```

For complete guide please visit [proxy-supervisor](https://github.com/vladislao/proxy-supervisor/#how-to-play).

## Design
Expand Down

0 comments on commit b800529

Please sign in to comment.