This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var cheerio = require('cheerio'); | |
var request = require('request'); | |
var fs = require('fs'); | |
var s, | |
Scrape = { | |
settings: { | |
// Object, the json to be output | |
json: {}, | |
// String, the url to scrape |
NewerOlder