betaworks
fieldnotes •  work •  team
  1. Posted by aweissman

    tinydb.org

    Wow I just lost 45 minutes thinking about and playing around with Kortina’s latest joint, Quickerly.com:

    The app is called quickerly.com and it’s just a quick way to send someone a song that you want them to listen to. I use it to tweet about songs that I’m enjoying. What’s cool about the app is not really the app itself, but the way it uses tinydb. The entire app is written in javascript. It’s served off a plain html page and uses a little swf to play mp3s. Quickerly uses the seeqpod API to search for tracks and yahoo pipes as a proxy. When you click the share button, javascript writes song data and handling instructions to tinydb. Tinydb holds data about the song location, artist and track names, and instructions on where to redirect and what javascript method to call after redirecting.

    Since tinydb uses json and circumvents crossdomain, quickerly can both read and write to the datastore without having to proxy or open new windows. I’ve already found quickerly pretty useful, but by no means is it a great app. I just hope people can take a look at the source code and realize the kinds of cool stuff you can do with tinydb, without having to worry about deploying any server side code. You can literally host a tinydb app on tumblr or blogger. I hope to see way cooler things built on tinydb in the future.

    Comments (View)
  2. blog comments powered by Disqus