The goal of coinmarketcapAPImanager is to provide a client for the Coinmarketcap API. The full documentation for the API can be found on their website.
You can install the development version of coinmarketcapAPImanager from Pietro’s Github page with:
devtools::install_github("pietroreggiani/coinmarketcapAPImanager")
In order to communicate with the API, the user should create an environment variable containing the API key, exactly with the name below.
Sys.setenv(COINMARKETCAP_API_KEY = "myApiKey")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.