Description Usage Arguments Value Examples
The function helps to extract description of current weather from the OpenWeatherMap API
1 | cwd(key, location)
|
key |
A string, your API key |
location |
A string, the location where you want to check the weather |
A string that describe current weather in the location indicated
1 2 | key<-"&APPID=8196eccade1594d99afd30e0924dca7d"
cwd(key,"Vancouver,CA")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.