weather: updates api url to use automatic units

Appends a parameter 'units=auto' to the darksky api endpoint that
"automatically select[s] units based on geographic location"
This commit is contained in:
yosoyubik 2019-09-01 12:59:21 +02:00
parent 40bc5deada
commit feb9ae58d9

View File

@ -87,10 +87,10 @@
++ request-darksky
|= location=@t
^- request:http
=/ url/@t
%- crip %+ weld
(trip 'https://api.darksky.net/forecast/634639c10670c7376dc66b6692fe57ca/')
(trip location)
=/ base
"https://api.darksky.net/forecast/634639c10670c7376dc66b6692fe57ca/"
=/ url/@t %- crip
:(weld base (trip location) "?units=auto")
=/ hed [['Accept' 'application/json']]~
[%'GET' url hed *(unit octs)]
::