proxy-node-client

1.0.2 • Public • Published

Allow to create p2p-proxy with ip with only one line

SUPPORTS

  • JSON
  • https / http

USAGE

const proxy = require('proxy-node-client');

const request = proxy()

const { data } = await request({ url: 'the_url_you_want_to_crawl', method: 'get' });

TO DO

  • html response support

Readme

Keywords

none

Package Sidebar

Install

npm i proxy-node-client

Weekly Downloads

2

Version

1.0.2

License

ISC

Unpacked Size

6.17 kB

Total Files

7

Last publish

Collaborators

  • maxence_douet