How to load weather data in JavaScript using Fetch API, jQuery, d3 or node.js

Many applications need reliable weather forecast data or historical weather data that can be directly accessed from JavaScript code. They may be as simple as a weather forecast widget, a sophisticated historical weather data dashboard built using a JavaScript library such as jQuery, d3 or even a server side JavaScript application using node.js. All of …

How to retrieve hail, tornado, wind damage and earthquake events in the weather API

The Timeline Weather API includes the ability to include storm reports and other significant weather and environmental events that have occurred near to a place of interest. These events can include earthquakes, hail, tornado and wind damage. When found, events are are included in the daily results of the Weather API. What kind of reports …

Weather Data Conditions

The Weather APIs include a ‘conditions’ field which represents a summary of the key weather features for a particular weather record (be it daily, hourly or subhourly record). How is the condition field calculated? The weather conditions field is created by examining the weather that will be or was experienced during that weather record. If …