Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CARROT Weather Jar Shortcut #297

Open
extratone opened this issue Jan 19, 2023 · 0 comments
Open

CARROT Weather Jar Shortcut #297

extratone opened this issue Jan 19, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation shortcut A Siri Shortcut! Built either by myself or another community member.

Comments

@extratone
Copy link
Owner

extratone commented Jan 19, 2023

CARROT Weather Jar Shortcut

Updated 01192023-170902


Social

  • Telegram

Store all available CARROT Weather Data for a specified location in Data Jar.

This shortcut simply stores all returnable parameters from a CARROT Weather query for a specified location at run as a JSON dictionary in Data Jar, keyed by timestamp.

Example Entry

{
  "air": "",
  "alerts": "0 Weather Alerts",
  "clouds": "86",
  "condition": "Mostly Cloudy",
  "dew": "42°F",
  "dir": "166",
  "feels": "39°F",
  "gust": "26 mph",
  "high": "47°F",
  "humidity": "86",
  "loc": "Duga radar",
  "low": "40°F",
  "moon": "Waning crescent",
  "pollen": "",
  "precip": "0 in",
  "precipchance": "0",
  "pressure": "1007",
  "source": "Dark Sky",
  "spoken": "The current wind speed is 12 mph from the south, meatbag.",
  "station": "",
  "summary": "Mostly cloudy for the hour.",
  "sunrise": "075400",
  "sunset": "162800",
  "temp": "45°F",
  "uv": "0",
  "vis": "10 mi",
  "wind": "12 mph"
}
@extratone extratone added documentation Improvements or additions to documentation shortcut A Siri Shortcut! Built either by myself or another community member. labels Jan 19, 2023
extratone added a commit that referenced this issue Jan 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation shortcut A Siri Shortcut! Built either by myself or another community member.
Projects
None yet
Development

No branches or pull requests

1 participant