Site updated at 2017-11-16 20:15:43 UTC
This commit is contained in:
parent
b56b1fd97c
commit
b18af64131
34 changed files with 295 additions and 136 deletions
|
@ -81,11 +81,22 @@
|
|||
<span class="pi">-</span> <span class="s">platform</span><span class="pi">:</span> <span class="s">coinmarketcap</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Configuration variables:</p>
|
||||
<ul>
|
||||
<li><strong>currency</strong> (<em>Optional</em>): The cryptocurrency to use, eg. <code class="highlighter-rouge">bitcoin</code>, <code class="highlighter-rouge">litecoin</code>, <code class="highlighter-rouge">steem</code>, etc. Default is <code class="highlighter-rouge">bitcoin</code>.</li>
|
||||
<li><strong>display_currency</strong> (<em>Optional</em>): The currency to display, eg. <code class="highlighter-rouge">USD</code>, <code class="highlighter-rouge">EUR</code>, <code class="highlighter-rouge">GBP</code>, etc. Default is <code class="highlighter-rouge">USD</code>. All supported currencies can be found <a href="https://coinmarketcap.com/api/">here</a>.</li>
|
||||
</ul>
|
||||
<div class="config-vars">
|
||||
<h3><a class="title-link" name="configuration-variables" href="#configuration-variables"></a> Configuration Variables</h3>
|
||||
<dl class="">
|
||||
<dt><a class="title-link" name="currency" href="#currency"></a> currency</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string, list">string | list</span>)</span><span class="required">(Optional)</span><span class="description">The cryptocurrency to use.</span></p>
|
||||
<p class="default">Default value: Bitcoin</p>
|
||||
</dd>
|
||||
<dt><a class="title-link" name="display_currency" href="#display_currency"></a> display_currency</dt>
|
||||
<dd>
|
||||
<p class="desc"><span class="type">(<span class="string, list">string | list</span>)</span><span class="required">(Optional)</span><span class="description">The currency to display.</span></p>
|
||||
<p class="default">Default value: USD</p>
|
||||
</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<p>All supported currencies can be found <a href="https://coinmarketcap.com/api/">here</a>.</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue