Skip to content

Instantly share code, notes, and snippets.

@zoutepopcorn
Last active October 12, 2017 18:15
Show Gist options
  • Save zoutepopcorn/960359f874b8976cb2f91ca88c8befde to your computer and use it in GitHub Desktop.
Save zoutepopcorn/960359f874b8976cb2f91ca88c8befde to your computer and use it in GitHub Desktop.
Store.Presence.find( '[email protected]').then(function(d){
// kopie van json out
console.log(d);
});
let out;
Store.Wap.statusFind( '[email protected]').then(function(d){
console.log(d);
}, function(e){
console.log("!");
});
s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment