Skip to content

Instantly share code, notes, and snippets.

@shivergard
Created August 14, 2013 19:21
Show Gist options
  • Save shivergard/6234562 to your computer and use it in GitHub Desktop.
Save shivergard/6234562 to your computer and use it in GitHub Desktop.
YepNope Simple Domai.nr caller:
var dom=prompt("Doamin name");
url = 'http://domai.nr/api/json/info?callback=domlist&q=' + dom;
window.domlist = function (data){
console.log(data);
};
yepnope({test : true,
both : [url]
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment