scrimba
Awesome API's
Intro to the Hacker News API
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Intro to the Hacker News API
AboutCommentsNotes
Intro to the Hacker News API
Expand for more info
index.js
run
preview
console
var hn = require('./hn');

hn.getItem(8863).done(function(response) {
console.log('response: ', response);
});

Console
Preview
280×340 (100%)
index.html
-3:34