Skip to content

Instantly share code, notes, and snippets.

View scottwarren's full-sized avatar

Scott Warren scottwarren

View GitHub Profile
/*global require:false,console:false,phantom:false */
/*jshint maxstatements:13,maxcomplexity:3 */
var system = require('system');
var page = require('webpage').create();
page.onConsoleMessage = function(msg) {
console.log(msg);
};
if (system.args.length != 2) {
console.log('Usage: phantomjs phantomjs-test-runner.js URL');
@scottwarren
scottwarren / yolo.yaml
Last active December 21, 2015 13:39
countries list
AU: "Australia"
NZ: "New Zealand"
AF: "Afghanistan"
AL: "Albania"
DZ: "Algeria"
AS: "American Samoa"
AD: "Andorra"
AO: "Angola"
AI: "Anguilla"
AQ: "Antarctica"