proxy-node-client
v1.0.2
Published
Allow to create p2p-proxy with ip with only one line
Downloads
4
Readme
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