Skip to content

Instantly share code, notes, and snippets.

View orthros's full-sized avatar
☁️
Working from SSH

Colin Nelson orthros

☁️
Working from SSH
  • Seattle
View GitHub Profile
{
"issue": "%%item"
}
{
"expression": {
"owner_id": "<API USER ID HERE>",
"issue": "%%vars.issue"
}
}
<html>
<head>
<link rel="stylesheet" href="../static/css/bootstrap.min.css">
<script src="../static/scripts/stitch.min.js"></script>
<script src="../static/scripts/config.js"></script>
<script>
displayIssuesOnLoad() {
//Connect to stitch then display issues
}
displayIssues(){
const APP_ID = "githubissuelist-lkmxz";
const APP_DB = 'ghdata';
const APP_COLLECTION = 'issues';
const APP_API_KEY = '<YOUR API KEY HERE>';
const client = new stitch.StitchClient(APP_ID);
const db = client.service('mongodb', 'mongodb-atlas')
.db(APP_DB);
function displayIssuesOnLoad() {
client.authenticate('apiKey', APP_API_KEY)
.then(displayIssues);
}
function displayIssues() {
@orthros
orthros / composition.js
Created April 10, 2018 21:54
Quick example of composing objects (and functions in Javascript)
function worker(x) {
console.log("Look at me I'm calling some function");
if('someFunction' in x) {
x.someFunction();
}
else{
console.log("Wait... there's nothing here");
}
};

Keybase proof

I hereby claim:

  • I am orthros on github.
  • I am orthros (https://keybase.io/orthros) on keybase.
  • I have a public key ASAKv5nIr40wrphhVOo51bjTqfjKOnAEpxbmQCytpSv9IQo

To claim this, I am signing this object: