Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 413 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 413 Bytes

Hacker News Exercise

Subject

Using the Hacker News API Documentation (https://github.com/HackerNews/API) write a program that will print the title of the top 30 hacker news stories and the top 10 commenter names of these stories with the total number of comments that they posted (only for these 30 stories). The program has to parallelize requests and aggregate the results as efficiently as possible.