Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Last active September 28, 2020 17:44
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 alyssoncm/47293a37777900915d97f6d17fdcdfdd to your computer and use it in GitHub Desktop.
Save alyssoncm/47293a37777900915d97f6d17fdcdfdd to your computer and use it in GitHub Desktop.
const Parse = require('parse/node');Parse.serverURL = 'https://myb4asubdomain.b4a.io';
Parse.initialize('myappid', 'myjskey');const main = async () => {};
main();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment