Skip to content

Instantly share code, notes, and snippets.

@marcellustavares
Created August 24, 2018 12:51
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 marcellustavares/2d30e2112a2ed7ff76f78febdbb60193 to your computer and use it in GitHub Desktop.
Save marcellustavares/2d30e2112a2ed7ff76f78febdbb60193 to your computer and use it in GitHub Desktop.
WeDeploy Script Aggregation
[
{
"city": "Los Angeles",
"temp": 50
},
{
"city": "Los Angeles",
"temp": 45
},
{
"city": "New York",
"temp": 50
},
{
"city": "Miami",
"temp": 60
},
{
"city": "Miami",
"temp": 65
},
{
"city": "Miami",
"temp": 63
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment