@proxyport/proxyport
TypeScript icon, indicating that this package has built-in type declarations

1.1.1 • Public • Published

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);
})();

/@proxyport/proxyport/

    Package Sidebar

    Install

    npm i @proxyport/proxyport

    Weekly Downloads

    2

    Version

    1.1.1

    License

    MIT

    Unpacked Size

    5.73 kB

    Total Files

    5

    Last publish

    Collaborators

    • proxyport