SyntaxFix
Write A Post
Hire A Developer
Questions
This pulls back client info as well.
var get = function(u){ var x = new XMLHttpRequest; x.open('GET', u, false); x.send(); return x.responseText; } JSON.parse(get('http://ifconfig.me/all.json'))