Skip to content

Instantly share code, notes, and snippets.

View codethejason's full-sized avatar
💭
Discovering new things.

Jason Wong codethejason

💭
Discovering new things.
View GitHub Profile
@codethejason
codethejason / checkMembership.js
Last active January 7, 2016 16:08
Check Membership of User on Github Teams
var https = require('https');
//token from your account to access the GitHub API
var token = "";
var checking = {
teamID: 1163900, //GCI Students Team for Fossasia
user: ''
}