Skip to content
This repository was archived by the owner on Mar 18, 2025. It is now read-only.
Open

rich #155

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -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": [

]
}
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -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
}
35 changes: 35 additions & 0 deletions id
Original file line number Diff line number Diff line change
@@ -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)