I will look into making a simple JS client for the API this weekend. Remember that javascript restricts cross domain requests, so it will have to reside on your server (well, under the same domain, but that's likely to be the same thing in this case) in order to work.
(For dev, I'll write a quick proxy that will redirect local requests back to your server, so you don't need to give me access for development)