Description Usage Arguments See Also Examples
Saves the token to your local keychain under a service called "ecmwfr".
1 | wf_set_key(email, key)
|
email |
email address used to sign up for the ECMWF data service |
key |
token provided by ECMWF |
1 2 3 4 5 | # set key
wf_set_key(email = "test@mail.com", key = "123")
# get key
wf_get_key(email = "test@mail.com")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.