Skip to content

Instantly share code, notes, and snippets.

@tjarrow
Created March 12, 2019 15:06
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