Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

That sounds interesting, are there any public details on this? Is it https://github.com/HackerNews/API ?


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




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: