Comment by rahimnathwani
5 days ago
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.
No comments yet
Contribute on Hacker News ↗