
Google has a lot of APIs which any developer can use to add a bit more interaction to your application. Some of the APIs need an API key to access the data you want, but there are others which don’t need any API key at all.
Previous examples of using a Google API is getting the feedburner count using PHP. Today we are going to use another hidden Google API to get the weather for a certain area. The Google weather API allows you to send it a location from anywhere in the world and get the current weather and the future weather.
Read More →





