In our last post I went into how AccuWeather offered their data through API’s. I went into the process of signing up for a developer account and managing their documentation to fetch the desired data. This blog post will be similar, with its focus on the Weather Channel, and it’s main purpose is to lookContinue reading “Using 3rd Party API’s (JS): the Weather Channel”
Tag Archives: Weather
AccuWeather vs the Weather Channel. API’s and their JSON outputs
Sometimes we need to source multiple API’s to get the same type of information and display it with the same coded format. Unfortunately, all API’s aren’t born equal and when we try to fit them into a formatted output, it just won’t work. In this case, it’s because API’s are not always structured the same.Continue reading “AccuWeather vs the Weather Channel. API’s and their JSON outputs”