Build and Deploy an ATM Finder App on Bluemix
Google makes a number of APIs available for free - I’ve previously written about the Google Tasks API and the Google+ API. I recently came across another interesting one - the Google Places API. As the name suggests, the Google Places API lets you retrieve information about shops, businesses, and other establishments by location or keyword. The information returned by the API is quite detailed - it includes place names, place types, coordinates, addresses, opening hours, all coupled with a unique place ID. ...