Skip to content

Instantly share code, notes, and snippets.

@freaktechnik
Last active August 29, 2015 14:20
Show Gist options
  • Save freaktechnik/45037f0b2b4d77bf509f to your computer and use it in GitHub Desktop.
Save freaktechnik/45037f0b2b4d77bf509f to your computer and use it in GitHub Desktop.
node-firefox-marketplace minimal test script
var client = new MarketplaceClient("mykey", "mysecret", "development");
client.validatePackage("mines.zip").then(function(result) {
console.log("Result: ", result);
}, function(error) {
console.error(error);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment