1.1.1 • Published 1 year ago

@proxyport/proxyport v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Proxy Port SDK

@proxyport/proxyport Node.js package provides interfaces to the Proxy Port API.

Prerequisites

To use this package you will need a free API key. Get your AIP key here. Detailed instructions here.

Installation

Install via npm:

$ npm i @proxyport/proxyport

Getting Started

Before you get your first proxy, you need to assign an API key.

import { ProxyPort } from '@proxyport/proxyport';

let proxyPort = new ProxyPort(<API_KEY>);

(async () => {
    let proxy = await proxyPort.getProxy();
    console.log(proxy);
})();
1.1.1

1 year ago

1.1.0

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago