Hacker News new | ask | show | jobs
by lxgr 254 days ago
That sounds interesting, are there any public details on this? Is it https://github.com/HackerNews/API ?
1 comments

You can stream the ID of the most recent item with something like this:

  curl -N -H "Accept: text/event-stream" "https://hacker-news.firebaseio.com/v0/maxitem.json"
Then you will need to iterate through the new item IDs and fetch them, e.g.

https://hacker-news.firebaseio.com/v0/item/45534174.json