Skip to content

Instantly share code, notes, and snippets.

View recipher's full-sized avatar

Johnny Hall recipher

  • Peebles
View GitHub Profile
@recipher
recipher / gist:6628148
Created September 19, 2013 18:53
Nodejitsu API Reset the Connection
info: Welcome to Nodejitsu starcount
info: jitsu v0.13.2, node v0.8.5
info: It worked if it ends with Nodejitsu ok
info: Executing command deploy
warn: **WARNING** Do not use multiple level subdomains, they will be going away soon!
info: Analyzing application dependencies in node bootstrap.js
debug: { method: 'GET',
debug: uri: 'https://api.nodejitsu.com/apps/starcount/activity-testing',
debug: headers:
debug: { Authorization: '*************************************',
import React from 'react';
import { Router } from '@reach/router';
import { Contributions } from 'contributions-ui';
import { Holdings } from 'holdings-ui';
import { Policy } from 'policies-ui';
import { Layout, NotFound } from './components';
const App = props => {
return (
<Router>