hide-my-name-vpn
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

NPM

HideMyNameVPN

This package will give list of free proxy servers.

Please refer API Documentation here.

See the Examples here

Installation

Install using 'npm'

npm i hide-my-name-vpn

Install using 'yarn'

yarn add hide-my-name-vpn

Usage

import HideMyNameVPN from "hide-my-name-vpn";
 
const hideMyName = new HideMyNameVPN();
 
(async () => {
  const proxy = await hideMyName.getRandomProxy({
    maxDelay: 1000,
  });
 
  console.log(proxy);
})();

/hide-my-name-vpn/

    Package Sidebar

    Install

    npm i hide-my-name-vpn

    Weekly Downloads

    9

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    43.5 kB

    Total Files

    8

    Last publish

    Collaborators

    • asrafalih