generated from extratone/latte
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCARROT Weather Jar.jelly
23 lines (21 loc) · 1.98 KB
/
CARROT Weather Jar.jelly
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import Shortcuts
#Color: lightBlue, #Icon: lifePreserver
/*
Store all available CARROT Weather Data for a specified location in Data Jar.
𝗠𝘆 𝗰𝗼𝗻𝘁𝗮𝗰𝘁 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
Email: [email protected]
Contact card: https://davidblue.wtf/db.vcf
RoutineHub Profile: https://routinehub.co/user/blue
GitHub: https://github.com/extratone
iOS-specific Repository: https://github.com/extratone/i
Telegram: https://t.me/DavidBlue
Telegram Channel: https://t.me/extratone
Discord: https://davidblue.wtf/discord
Twitter: https://twitter.com/NeoYokel
Reddit: https://reddit.com/u/asphaltapostle
Mastodon: https://mastodon.social/@DavidBlue
EVERYWHERE: https://davidblue.wtf/socialdrop
*/
//Unable to get shortcuts action com.grailr.CARROTweather.CurrentForecastIntent
dictionary({"loc":"${Weather Data.get(location)}","temp":"${Weather Data.get(temperature)}","feels":"${Weather Data.get(feelsLike)}","high":"${Weather Data.get(high)}","low":"${Weather Data.get(low)}","condition":"${Weather Data.get(condition)}","summary":"${Weather Data.get(summary)}","spoken":"${Weather Data.get(spokenSummary)}","precip":"${Weather Data.get(precipAmount)}","precipchance":"${Weather Data.get(precipChance)}","wind":"${Weather Data.get(windSpeed)}","gust":"${Weather Data.get(windGust)}","dir":"${Weather Data.get(windDirection)}","uv":"${Weather Data.get(uvIndex)}","clouds":"${Weather Data.get(cloudCover)}","vis":"${Weather Data.get(visibility)}","pressure":"${Weather Data.get(pressure)}","humidity":"${Weather Data.get(humidity)}","dew":"${Weather Data.get(dewPoint)}","air":"${Weather Data.get(airQualityIndex)}","pollen":"${Weather Data.get(pollen)}","sunrise":"${Weather Data.get(sunriseTime)}","sunset":"${Weather Data.get(sunsetTime)}","moon":"${Weather Data.get(moonPhase)}","station":"${Weather Data.get(weatherStation)}","alerts":"${Weather Data.get(weatherAlerts)}","source":"${Weather Data.get(dataSource)}"})
//Unable to get shortcuts action dk.simonbs.DataJar.SetValueIntent