diff --git a/README.md b/README.md index 0ecbaed..f58ca0f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # VertiBar Start Page -Minimal self-contained speed dial for use on cloud-based storage across multiple devices. Fully configurable through variables and JSON arrays. Supports link sorting and cryptocurrency tickers with [CoinMarketCap](https://coinmarketcap.com/) API price updates. +Minimal self-contained speed dial for use on cloud-based storage across multiple devices. Fully configurable through variables and JSON arrays. Supports link sorting. ## Usage Drop it wherever, point your browser to it as a New Tab. ## Configuration @@ -7,4 +7,4 @@ Set the variables inside the **<script>** tag (See comments or examples fo ## Examples ![Basic full example](examples/basic_example.png) ## Notes -As of yet, [CoinMarketCap](https://coinmarketcap.com/) API calls aren't limited, nor cached. jQuery library used for animations and basic processing should be cached by your browser. +jQuery library used for animations and basic processing should be cached by your browser. diff --git a/examples/basic_example.html b/examples/basic_example.html index 90f5d75..61111b7 100644 --- a/examples/basic_example.html +++ b/examples/basic_example.html @@ -7,14 +7,6 @@ var sortSubcategories = true; // Sort URLs alphabetically var singleExpand = true; // Allow expanding one category at a time - - var rounding = 8; // Cryptocurrency rounding to n-th digit - var cryptos = // List of cryptos (their IDs on CoinMarketCap) and respective values - { - 'bitcoin' : 0.12345678, - 'ethereum' : 0.12345678, - 'monero' : 0.12345678, - }; var sites = // JSON tree structure of 'Group' : { 'Name' : 'URL' } { 'Shopping' : @@ -76,18 +68,6 @@ transform: translateY(-50%); display: none; } - #cryptoTicker { - position: fixed; - bottom: 0; - right: 0; - display: none; - } - #cryptoTable td { - padding: 0px 15px; - text-align: center; - font-family: "Lucida Console", Monaco, monospace; - font-size: 0.6em; - } - + -
- - -
RankTickerHoldUSDHold USD
-
diff --git a/examples/basic_example.png b/examples/basic_example.png index edff479..2ef784b 100644 Binary files a/examples/basic_example.png and b/examples/basic_example.png differ diff --git a/start_blank.html b/start_blank.html index d6ea268..d010f7d 100644 --- a/start_blank.html +++ b/start_blank.html @@ -7,11 +7,6 @@ var sortSubcategories = true; // Sort URLs alphabetically var singleExpand = true; // Allow expanding one category at a time - - var rounding = 8; // Cryptocurrency rounding to n-th digit - var cryptos = // List of cryptos (their IDs on CoinMarketCap) and respective values - { - }; var sites = // JSON tree structure of 'Group' : { 'Name' : 'URL' } { }; @@ -55,18 +50,6 @@ transform: translateY(-50%); display: none; } - #cryptoTicker { - position: fixed; - bottom: 0; - right: 0; - display: none; - } - #cryptoTable td { - padding: 0px 15px; - text-align: center; - font-family: "Lucida Console", Monaco, monospace; - font-size: 0.6em; - } - + -
- - -
RankTickerHoldUSDHold USD
-