NOAA Weather Forecast – WordPress Plugin

I built a WordPress plugin for displaying the weather forecast. The forecast data is pulled from the NOAA NWS Forecast API. The plugin has a shortcode that can be placed on a post, page, or in a widget, anywhere you want to show the forecast. The shortcode takes two perimeters: 1) the location (as latitude, … Continue reading NOAA Weather Forecast – WordPress Plugin

National Weather Service (NWS) new API

Here is what I have learned so far about working with this new NWS API.  The input I use is the locations lat and lng. The output I want is weather data (temp, preceip, cloud cover, etc…) for that location in a grid, hour by hour. I have included links to run or download a one … Continue reading National Weather Service (NWS) new API