Skip to content

Instantly share code, notes, and snippets.

@dayatz
Created June 7, 2015 12:53
Show Gist options
  • Select an option

  • Save dayatz/b4bffec4757305953be4 to your computer and use it in GitHub Desktop.

Select an option

Save dayatz/b4bffec4757305953be4 to your computer and use it in GitHub Desktop.
Check Packtub free offers today
var scrap = require('scrap');
scrap('https://www.packtpub.com/packt/offers/free-learning', function(err, $){
console.log($('.dotd-title h2').text().trim());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment