Elias011 / eliasTask

Have fun!!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Task

Step 1

Fetch last 500 top stories from Hacker News API: https://hacker-news.firebaseio.com/v0/topstories.json?print=pretty.

Step 2

Build one single array with the 500 top stories full content. You could get each single one by querying https://hacker-news.firebaseio.com/v0/item/<idFromTheFirstFetch>.json?print=pretty.

About

Have fun!!


Languages

Language:JavaScript 100.0%