Skip to content

Instantly share code, notes, and snippets.

@eikw
eikw / test.js
Last active August 28, 2017 10:39
Initial Test
var http = require('http');
var url = require('url');
var cheerio = require('cheerio');
var result = [];
var myURL = url.parse(process.argv[2]);
var options = {
host: myURL.host,