I want to use it to have Mr. T read my status reports... is that possible?
Ask HN: Review my app: tweetrad.io
11–20 of 50 posts
Re: Ask HN: Review my app: tweetrad.io
#12Re: Ask HN: Review my app: tweetrad.io
#13Re: Ask HN: Review my app: tweetrad.io
#14Tweetrad.io is a fun little side project that converts twitter feeds into audio using text to speech. We use a distributed network of converter bots to handle the work queue. Jobs are placed on the queue via api calls from the javascript client that interacts with twitter's search api directly in order to avoid rate limiting of a centralized search server. Our app server is a lightweight Sinatra service that handles…
Re: Ask HN: Review my app: tweetrad.io
#15Re: Ask HN: Review my app: tweetrad.io
#16Re: Ask HN: Review my app: tweetrad.io
#17Re: Ask HN: Review my app: tweetrad.io
#18Tweetrad.io is a fun little side project that converts twitter feeds into audio using text to speech. We use a distributed network of converter bots to handle the work queue. Jobs are placed on the queue via api calls from the javascript client that interacts with twitter's search api directly in order to avoid rate limiting of a centralized search server. Our app server is a lightweight Sinatra service that handles…