You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

25 lines
532 B

[
{
"1": ["weather","temparature","hot"]
},
{
"1":{
"url":"https://api.openweathermap.org/data/2.5/weather",
"parameters": {"q": "GPE"},
"defaults": {"q": "location"},
"apikey": {"appid": "3b0dabc605b0ed0d411b6119846d1321"},
"response": "json",
"data_to_receive": {
"name": {},
"weather": [
{
"main": {}
}
],
"main": {"temp": {}}
},
"output_format": "Today in {name}, it is {temp} with {main}"
}
}
]