Xiang 'Anthony' Chen

Results 1 comments of Xiang 'Anthony' Chen

ran the sample code and didn't get any result ... `var scraperjs = require('scraperjs'); scraperjs.DynamicScraper.create('https://news.ycombinator.com/') .scrape(function($) { return $(".title a").map(function() { return $(this).text(); }).get(); }) .then(function(news) { console.log(news); })`