Skip to content

Instantly share code, notes, and snippets.

View cpsubrian's full-sized avatar

Brian Link cpsubrian

  • Dropbox
  • Fremont, CA
View GitHub Profile
@cpsubrian
cpsubrian / api.js
Created October 8, 2012 20:28 — forked from carlos8f/api.js
relations api
// relations api
// users
var carlos = 'carlos8f'
, brian = 'cpsubrian'
, sagar = 'astrosag_ngc4414'
// repos
var buffet = 'carlos8f/node-buffet'
, views = 'cpsubrian/node-views'