We developers love a good API. If you aren’t sure what an API is, be sure to check out this lovely page on wikipedia about them. API stands for application programming interface, and it allows developers like us to tie our code to different services that are already built.
This means that we can build programs that interact with other platforms so that they can start to do some amazing things. Some of our favorite APIs are the Google Maps API, which lets us plot and map virtually any data to points on a map, and the Twitter API, which lets us control every aspect of a Twitter account. In this blog post I’ll give you a quick example of working with the Twitter API, to show you just how easy it is to work with.



