Skip to content

Instantly share code, notes, and snippets.

View timkock's full-sized avatar

Tim Kock timkock

  • Lisbon, Portugal
View GitHub Profile
@timkock
timkock / sing.js
Last active December 2, 2015 11:57
sing.js
'use strict';
// instructions
// 0. save this code to sing.js
// 1. npm install request cheerio commander
// 2. node sing.js -l http://tinyurl.com/qxmreql -s 50
// dependencies
var request = require('request')
, cheerio = require('cheerio')