Skip to content

Instantly share code, notes, and snippets.

@callmephilip
Created April 13, 2016 23:21
Show Gist options
  • Select an option

  • Save callmephilip/97b8e98d49ed116461a4b986bf996312 to your computer and use it in GitHub Desktop.

Select an option

Save callmephilip/97b8e98d49ed116461a4b986bf996312 to your computer and use it in GitHub Desktop.
/* global PARSE_API_ID:false, PARSE_API_KEY:false */
import Parse from 'parse';
Parse.initialize(PARSE_API_ID, PARSE_API_KEY);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment