JavaScript Hack Night - APIs
Details
Let's get together to practice accessing APIs with JavaScript.
We can add automatic updates to our home pages by displaying our most popular GitHub repositories or our most recent Twitter updates. Google Translate to can show them in different languages.
All levels of JavaScript expertise are welcome. Just bring yourself and your laptop with any modern browser. We'll pair up to work on this project and learn from each other.
Urls to get tweets and github repositories:
http://github.com/api/v1/json/somebody
http://api.twitter.com/1/statuses/user_timeline.json?screen_name=somebody
If you don't have your own data to look at, try user name defunkt He's got lots of repositories and tweets.

