Archives

November 20

Javascript SDK Now In Beta

While we’ve had a JavaScript library available for a while, AerisJS, we knew we could do better when it comes to an official JavaScript SDK that is both modern and better aligns with our other toolkits, such as those for iOS and Android. So we’re excited to announce that our official AerisWeather JavaScript SDK is now in public beta for you to start testing in your own JavaScript applications. JavaScript SDK Features We’ve written our JavaScript SDK from the ground up using modern JavaScript that supports both the traditional script include method and newer NPM module implementations. The goal with...

Seasons Change
November 7

Temperature Delta for Minnesota in 2017

The most traditional use case for weather data is displaying forecast details or current conditions for an end user. However, there are tons of other fun ways to integrate weather data into applications. Using our weather API, I’ll show you how to capture the greatest temperature delta on a monthly basis in Minnesota throughout 2017. Why am I doing this? Well, I simply wanted to know how large our temperature difference was on a monthly basis. Building the Query The first component of this project will require us to build out a query that searches the entire state on each...