RobinGold
6 years agoQrew Member
Automation to get data from a non-QuickBase API
Can anyone help me understand how to create an automation (or other automated tool) to get data from an external (non-QuickBase) API on a schedule?
For example, I would like to get daily weather data from the Dark Sky API. In order to use that API, you have to set up a free account to get your own API key. Once you have that, you can get daily weather data from that API using a URL that contains the date, lat/long and your API key as shown below (in this example it is for Feb 17, 2020, 11:00 AM at Boeing Field in Seattle) :
https://api.darksky.net/forecast/your API key goes here/47.528340,-122.301837,2020-02-17T11:00:00?exclude=hourly,currently,monthly,flags,alerts
Once per day, I would like my automation to create a new row in the Weather table of my app; make an API call to DarkSky for the previous calendar date; and fill in the new row in my Weather table with the date and the summary, temperatureHigh, temperatureLow and precipIntensity fields from the API call.
Any help appreciated!
------------------------------
Robin Gold
------------------------------
For example, I would like to get daily weather data from the Dark Sky API. In order to use that API, you have to set up a free account to get your own API key. Once you have that, you can get daily weather data from that API using a URL that contains the date, lat/long and your API key as shown below (in this example it is for Feb 17, 2020, 11:00 AM at Boeing Field in Seattle) :
https://api.darksky.net/forecast/your API key goes here/47.528340,-122.301837,2020-02-17T11:00:00?exclude=hourly,currently,monthly,flags,alerts
Once per day, I would like my automation to create a new row in the Weather table of my app; make an API call to DarkSky for the previous calendar date; and fill in the new row in my Weather table with the date and the summary, temperatureHigh, temperatureLow and precipIntensity fields from the API call.
Any help appreciated!
------------------------------
Robin Gold
------------------------------