This file contains 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
exports.Archive = class Archive | |
constructor: (@set = 'm12') -> | |
@items = [] | |
load: (cb) -> | |
http.get {host: 'magiccards.info', path: "/query?q=e%3A#{@set}&v=list&s=cname"}, (res) => | |
rawDataset = '' | |
res.on 'data', (chunk) => | |
rawDataset += chunk.toString() | |
res.on 'end', => |
This file contains 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
{ | |
"name": "pol", | |
"version": "0.0.1-24", | |
"private": true, | |
"scripts": { | |
"start": "app.coffee" | |
}, | |
"dependencies": { | |
"ejs": "0.8.0", | |
"express": "3.0.0rc1", |
This file contains 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
info: Welcome to Nodejitsu devandy | |
info: It worked if it ends with Nodejitsu ok | |
info: Executing command deploy | |
info: Analyzing your application dependencies in app.coffee | |
warn: Local version appears to be old | |
warn: Your package.json version will be incremented for you automatically | |
warn: About to write /home/andy/dev/js/pol-beta/package.json | |
data: | |
data: { | |
data: name: 'pol', |
This file contains 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
<html><head></head><body></body></html> |