Live data from Hacker News

Show HN: Curratd read the news without distractions

news.ycombinator.com

1–7 of 7 posts

Show HN: Curratd read the news without distractions

#1
Here is a small project I have been working on for a week or two. Basic concept is that wading through all the random tweets on a twitter timeline is time expensive, so let this site collect the most important news for you and don't worry about missing important news.

http://alpha.n.myrpi.org/index.php

Re: Show HN: Curratd read the news without distractions

#3

Pretty cool. Good job man. Are you planning on working on this a little more? I'd definitely use this for sports if it updated more often.

Yea I plan on doing a ton more work, currently I am trying to get past Twitter's API limits but once I solve that it can refresh every page load.

Re: Show HN: Curratd read the news without distractions

#6

Pretty cool. Good job man. Are you planning on working on this a little more? I'd definitely use this for sports if it updated more often.

Yea I plan on doing a ton more work, currently I am trying to get past Twitter's API limits but once I solve that it can refresh every page load.

Cache it to a json file?

Re: Show HN: Curratd read the news without distractions

#7
post #6

Earlier quoted context omitted.

Yea I plan on doing a ton more work, currently I am trying to get past Twitter's API limits but once I solve that it can refresh every page load.

Cache it to a json file?

Thats practically what I am doing right now, if it has been 15 mins, I pull in new tweets, if it hasn't i read from the cache.