Description Usage Arguments Value Examples
Real-time weather data
1 | weatherstack_current(api_key, location, units)
|
api_key |
Your API access key, which can be found in your acccount dashboard. |
location |
pass a single location |
units |
this parameter to pass one of the unit identifiers ot the API:m for Metric( temperature: Celsius); s for Scientific(temperature: Kelvin); f for Fahrenheit |
datframe contain current weather information.
1 2 | weatherstack_current("ba435151893f4b833c9b27ca6f28044f","New York","m")
weatherstack_current("ba435151893f4b833c9b27ca6f28044f","London, United Kingdom","f")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.