diff --git a/.vscode/extensions.json b/.vscode/extensions.json new file mode 100644 index 0000000000..d1987c7ba0 --- /dev/null +++ b/.vscode/extensions.json @@ -0,0 +1,13 @@ +{ + // See https://go.microsoft.com/fwlink/?LinkId=827846 to learn about workspace recommendations. + // Extension identifier format: ${publisher}.${name}. Example: vscode.csharp + + // List of extensions which should be recommended for users of this workspace. + "recommendations": [ + + ], + // List of extensions recommended by VS Code that should not be recommended for users of this workspace. + "unwantedRecommendations": [ + + ] +} \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000000..2eee304b94 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,9 @@ +{ + "terminal.integrated.allowMnemonics": true, + "terminal.integrated.copyOnSelection": true, + "terminal.integrated.cursorBlinking": true, + "terminal.integrated.macOptionClickForcesSelection": true, + "terminal.integrated.macOptionIsMeta": true, + "terminal.integrated.sendKeybindingsToShell": true, + "terminal.integrated.shellIntegration.suggestEnabled": true +} \ No newline at end of file diff --git a/id b/id new file mode 100644 index 0000000000..45668914ca --- /dev/null +++ b/id @@ -0,0 +1,35 @@ +GEThttp://hn.algolia.com/api/v1/items/:id +{ + id: 1, + created_at: "2006-10-09T18:21:51.00Z", + author: "pg", + title: "Y Combinator", + url: "http://ycombinator.com", + text: null, + points: 57, + parent_id: null, + children: + [ + { + id: 15, + created_at: "2006-10-09T19:51:01.000Z", + author: "sama", + text: ""the rising star of venture capital" -unkown VC eating lunch on SHR", + points: 5, + parent_id: 1, + children: + [ + {id:17, + created_at: "2006-10-09T19:52:45,000Z", + points: 5, + parent_id: 15, + children: [ ] + } + ] + } + ] +} + + +var server = expres(); +server.use(bodyParser.json) \ No newline at end of file