See the docs here
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
yo endo --skip-install --github-user octoblu --force; and env DEBUG='meshblu*' mocha; and env ENDO_TWITTER_OCTOBLU_CLIENT_ID=f389896b-5881-4621-a653-2fd2ffacc9f4 ENDO_TWITTER_OCTOBLU_CLIENT_SECRET=aa3cb224244cab8b301a2b4215adb55f3b9a14f1 ENDO_TWITTER_OCTOBLU_OAUTH_URL=https://oauth.octoblu.dev NODE_TLS_REJECT_UNAUTHORIZED=0 MESHBLU_SERVER=meshblu.octoblu.dev npm start |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://gist.github.com/magnetikonline/5274656 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import _ from 'lodash'; | |
import chai, { expect } from 'chai'; | |
import chaiEnzyme from 'chai-enzyme'; | |
import React from 'react'; | |
import sinon from 'sinon'; | |
import sinonChai from 'sinon-chai'; | |
import { mount, shallow } from 'enzyme'; | |
import ComponentName from './'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "object", | |
"title": "Form Service Test", | |
"properties": { | |
"api-key": { | |
"type": "string" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "object", | |
"title": "Octoblu Sonos - Play a Song", | |
"properties": { | |
"url": { | |
"title": "MP3 URL", | |
"type": "string" | |
} | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo $@ | |
echo "" | |
echo "" | |
echo $FOOD |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Log obtained by running: | |
# wercker --debug build &> wercker.log | |
# for wercker.yml, see: https://gist.github.com/sqrtofsaturn/917c31e51c6dc80e78a3b4906b183474 | |
time="2016-07-11T16:38:54-07:00" level=debug line="events.go:177" msg=BuildStarted Logger=Events | |
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:857" msg=" AWSOptions *core.AWSOptions" Logger=Options | |
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSAccessKeyID string = " Logger=Options | |
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSRegion string = us-east-1" Logger=Options | |
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" AWSSecretAccessKey string = " Logger=Options | |
time="2016-07-11T16:38:54-07:00" level=debug line="main.go:860" msg=" S3Bucket string = wercker-development" Logger=Options |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
box: alpine | |
# You can also use services such as databases. Read more on our dev center: | |
# http://devcenter.wercker.com/docs/services/index.html | |
# services: | |
# - postgres | |
# http://devcenter.wercker.com/docs/services/postgresql.html | |
# - mongo | |
# http://devcenter.wercker.com/docs/services/mongodb.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
config: { | |
// default font size in pixels for all tabs | |
fontSize: 26, | |
// font family with optional fallbacks | |
fontFamily: 'Source Code Pro for Powerline', | |
// terminal cursor background color (hex) | |
cursorColor: '#F81CE5', |