Well? Live link: http://www.apple.com/itunes/25-billion-app-countdown/
For those (geeks) looking for more detail on how the rate is determined, you might be able to find the rate in the somewhat obfusticated javascript file found here: http://images.apple.com/global/scripts/downloadcounter.js


Good one! My question: When will it hit 25 billion?
This would be really nice exercise if you had a few days or even weeks worth of data points.
It isn’t days or weeks but here’s ten minutes of video.
https://vimeo.com/37382647
I don’t know much about Javascript, but is the rate coming down in this line:
new Ajax.Request(b+this._url,{method:”get”,onSuccess:this.dataRequestDidFinishLoading.bind(this)})
Then an array t stores the information that’s used here:
this.setRate(parseInt(t[2])/3600000);
How do I know what’s in t[2], though?
Yea, not sure where the variable t is coming from.
It could also be related to this link from the html source file for the webpage:
countdown.inc
Which results in this:
24-Feb-2012 15:00:00|24649190430|2087006The second to last number is the current count, and the last number might be the amount of apps being sold per hour (at that time check). The timer must adjust periodically during the day.
Pingback: dy/dan » Blog Archive » Three Stories About The Same Thing
Pingback: Follow-up to 25 billion apps » A Recursive Process
Pingback: iTunes App Store to Hit 25 Billion Downloads « Canaan Maths
Pingback: iTunes App Store to Hit 25 Billion Downloads | CMHS Resource Room
Pingback: 50 billion app downloads » A Recursive Process