Google’s Weather & other Secret API’s

google-weather-pic

A very simple means of extracting weather information for inclusion in your website is via a very unknown Google weather API. The API will return weather in a very digestible XML format that you can easily parse for inclusion on any page. The API requires no key and is seemingly unsupported. The Code <?php $xml [...]

[Shortcode] Easily post an aviation Metar report into your post or page with shortcode

aviation-metar

I published some PHP code about 12 months ago that would output a raw aviation metar onto your website. Since I’ve published a ton of shortcode lately, I’ve had two people email me and ask how a Metar report could be posted into a WordPress post or page. Once again, easily accomplished! If you have [...]

Aviation METAR with PHP

aviation-metar

I have a bunch of aviation sites, many that require weather information. I like to include raw and unformatted TAF and METAR information on a number of locations. This weather information is presented as a string of text that can be quickly deciphered by pilots. This is a small snippet of code that will retrieve [...]