A Node.js wrapper for Gowalla
A u g
1 4
2 0 1 0
Tonight I took some time off from coding for other people and did something fun. I ended up with a mostly complete wrapper for Gowalla in Node.js.
I did some searching and found one, but it wasn't what I was looking for. First it was outdated and second, it was just a rehash of the already simple JSON API.
The main thing I was looking for was more object relatedness. (That's a term I just made up). Essentially I wanted to chain things.
For example:
gowalla.user("jspies").pins(); |
So I made it.