JSONP-Fu is a project inspired by the latest design of my own homepage and the work I had to put into it in order to grab data from various JSONP API's. The idea behind the project is simple: provide a unified and extendible interface that Javascript developers can use to easily query various JSONP API's efficiently and easily instead of having to waste time doing research and figuring out how each different API works.
All of the content on this is pulled from 3rd party APIs (except for this text). Check out the page source to see how!
If this interests you, be sure to check out the code on GitHub. Fork it and add a new API! There is also a blog post with a nice overview/guide on how to use this library.