Skip to content

Instantly share code, notes, and snippets.

@alyssoncm
Created September 29, 2020 01:57
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/a609f2660c3a3b2e4681418142754b11 to your computer and use it in GitHub Desktop.
Save alyssoncm/a609f2660c3a3b2e4681418142754b11 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