Bitcoind and its forks expose a JSON-RPC server enabling API wallet management and account balance calculations. My vision was to allow Coinye miners to vote for their favourite Kanye West songs by sending coins to specific Coinye addresses. I hacked up a small Python script to create a Coinye address for each of Kayne West's music tracks and to generate a static web page listing the current voting scores.
Source at:
https://github.com/brotchie/coinyesbest
https://github.com/brotchie/coinyesbest/tree/doge
Resulting static page at:
http://coinyesbest.com/
My primary findings after wasting time on this: There is a gap in open source tools to parse altcoin block chains and calculate the current balance of any given address.