Skip to content

Instantly share code, notes, and snippets.

View sashakhad's full-sized avatar

Sasha K sashakhad

View GitHub Profile
### Keybase proof
I hereby claim:
* I am sashabayan on github.
* I am sashabayan (https://keybase.io/sashabayan) on keybase.
* I have a public key whose fingerprint is B14A E792 D418 99B0 6C36 1C89 6704 D0AC 0CEB 53B8
To claim this, I am signing this object:
// Import node modules
var Q = require('q');
var Promise = require('bluebird');
var GitHubApi = require('github');
// Instantiate github API.
// NOTE: This is just used for async demonstration purposes, you can imagine any other async functions through this example
var github = new GitHubApi({
version: '3.0.0'
});
// Import node modules
var Q = require('q');
var Promise = require('bluebird');
var GitHubApi = require('github');
// Instantiate github API.
// NOTE: This is just used for async demonstration purposes, you can imagine any other async functions through this example
var github = new GitHubApi({
version: '3.0.0'
});
The following two files contain code that performs the same actions, but one is written in Objective-C and the other is in Javascript.