Skip to content

Instantly share code, notes, and snippets.

@tjarrow
Created March 12, 2019 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tjarrow/c6820715802bbebb19526e265b44bc89 to your computer and use it in GitHub Desktop.
Save tjarrow/c6820715802bbebb19526e265b44bc89 to your computer and use it in GitHub Desktop.
Scorocode.Init({
ApplicationID: "3196b2e873234547ad8b06ed636d3538",
JavaScriptKey: "5e85f685a23e44e6abad95accc1dd2ea",
MasterKey: "659d718ff9664f6fafbdb79efc93cb34"
});
var buildings = new Scorocode.Query("buildings");
buildings.find().then((finded) => {
let buildings = finded.result;
console.info(buildings);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment