Comment on Show HN: Wayback HN, a cross between the Wayback Machine and Hacker NewsComments−amelius11yOne important question: does it make a single snapshot at a certain moment during the day, or does it take multiple snapshots during a day, and combine the most highly rated articles into an ordered list?−minimaxir11yThe code simply asks the Algolia API "Give me the Top 30 Stories from 12AM to 11:59PM of the specified day."https://github.com/jondubin/Wayback-HN/blob/master/app/utils...
Comments
One important question: does it make a single snapshot at a certain moment during the day, or does it take multiple snapshots during a day, and combine the most highly rated articles into an ordered list?
The code simply asks the Algolia API "Give me the Top 30 Stories from 12AM to 11:59PM of the specified day."
https://github.com/jondubin/Wayback-HN/blob/master/app/utils...