Skip to content

Instantly share code, notes, and snippets.

@acious
Created April 24, 2023 07:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save acious/97c322d38f1268c254148c1e4b19a97f to your computer and use it in GitHub Desktop.
Save acious/97c322d38f1268c254148c1e4b19a97f to your computer and use it in GitHub Desktop.
WeatherHomeB.json
{
"responseData" : {
"screenName":"Home",
"viewContents" : [
{
"viewType" : "BigCarouselViewType",
"content" : {
"items": [
{
"primaryText" : "06:00",
"centerImgUrl" : "https://res.swm.com/2x/clear-sky.png",
"secondaryText": "24ºC"
},
{
"primaryText" : "09:00",
"centerImgUrl" : "https://res.swm.com/2x/cloudy.png",
"secondaryText": "23ºC"
},
{
"primaryText" : "12:00",
"centerImgUrl" : "https://res.swm.com/2x/very-cloudy.png",
"secondaryText": "20ºC"
},
{
"primaryText" : "15:00",
"centerImgUrl" : "https://res.swm.com/2x/very-cloudy.png",
"secondaryText": "17ºC"
}
]
}
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment