Skip to content

Instantly share code, notes, and snippets.

View bartboy011's full-sized avatar

Joshua Bartlett bartboy011

View GitHub Profile
@bartboy011
bartboy011 / IntegrationOnboarding.md
Last active January 25, 2019 16:55
Integrations Onboarding Doc

Team Integrations Onboarding

Integrations Repos

NOTE: This assumes you already cloned Hosted and Ember while following the Localdev guide
  1. Run the following command:
cd ~/dev && \
{
"customer": {
"first_name": "",
"last_name": "",
"email": ""
},
"purchase": {
"type": "" // ticket, pass, etc
"tickets": [ // can also be null in the event of a season purchase
{
@bartboy011
bartboy011 / cloudSettings
Last active March 10, 2018 15:55
Visual Studio Code Settings Sync Gist
{"lastUpload":"2018-03-10T05:46:36.471Z","extensionVersion":"v2.9.0"}
@bartboy011
bartboy011 / installation.html
Created February 27, 2017 18:13
CascadeJS Installation
<link href='stylesheet' type='text/css' href='cascade.min.css' />
<script type='text/javascript' src='cascade.min.js' />