Skip to content

Instantly share code, notes, and snippets.

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
https://gist.github.com/magnetikonline/5274656
@sqrtofsaturn
sqrtofsaturn / spec.js
Last active June 9, 2016 21:07
React Component Sub Generator templates
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 './';
{
"type": "object",
"title": "Form Service Test",
"properties": {
"api-key": {
"type": "string"
}
}
}
{
"type": "object",
"title": "Octoblu Sonos - Play a Song",
"properties": {
"url": {
"title": "MP3 URL",
"type": "string"
}
}
}
echo $@
echo ""
echo ""
echo $FOOD
@sqrtofsaturn
sqrtofsaturn / see-the-docs.md
Last active June 30, 2016 22:09
Octoblu User Custom Registry Example
@sqrtofsaturn
sqrtofsaturn / wercker.log
Last active July 11, 2016 23:44
Wercker log for meshblu-connector-blink1
# 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
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
@sqrtofsaturn
sqrtofsaturn / hyperterm.js
Last active July 19, 2016 14:31
Hyperterminal Settings
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',