Newbie - retrieving data from web services

I’m designing a device that will periodically reach out to a weather data web service, get the temperature, and do something with it. I’ve done a couple of the sample programs and perused the api but am not clear yet on what the approach would be for this. Thanks for suggestions.

The keyword to look for in this regard would be "webhook"
https://docs.particle.io/guide/tools-and-features/webhooks/#your-first-webhook

2 Likes

thanks!!

Here is a step by step of how to do exactly that.

1 Like

thanks!