cheeaun / hackerweb

A simply readable Hacker News web app
http://hackerwebapp.com/
1.23k stars 133 forks source link

Only display 30 entries now? #33

Closed coodoo closed 10 years ago

coodoo commented 10 years ago

Seems starting a couple days ago it will only display 30 instead of 60 entries at a time, is something changed?

cheeaun commented 10 years ago

Fixed in cheeaun/node-hnapi@9db9ab78ff907a34e3a3e62004d21b181818a316

Looks like HN now supports pagination :joy:

coodoo commented 10 years ago

Thanks for the quick fix, great works!

Btw, is there any reason just to display 60 entries instead of showing more pages?

cheeaun commented 10 years ago

@coodoo as for now, it'll be just 60. The main reason is to reduce API calls that will scrape the HN web site. It's not difficult to add pagination to the API now, but I don't want people to abuse it.

coodoo commented 10 years ago

Understood, thx.