This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var http = require('http'), | |
qs = require('querystring'), | |
items = []; | |
var server = http.createServer(function(req, res){ | |
if('/' == req.url){ | |
switch(req.method){ | |
case 'GET': | |
show(res); | |
break; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//--******************************** | |
// app.js | |
import Ember from 'ember'; | |
import Resolver from 'ember/resolver'; | |
import loadInitializers from 'ember/load-initializers'; | |
import config from './config/environment'; | |
import DS from 'ember-data'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying that +stevenmcd is my blockchain ID. https://onename.com/stevenmcd |
OlderNewer