Skip to content

Instantly share code, notes, and snippets.

View sarahbkim's full-sized avatar

sarahbkim sarahbkim

View GitHub Profile
var google = require('google');
var request = require('request');
var cheerio = require('cheerio');
var fs = require('fs');
/* SOCIAL MEDIA WEBSITES REGEX */
var socialURLS = {
'fb': /\bfacebook.com\b/,
'tw': /\btwitter.com\b/,
'gplus': /\bplus.google.com\b/,