Merge branch 'master' of https://git.pube.tk/abhorrent_anger/VertiBar
This commit is contained in:
commit
9c3385a02b
|
@ -0,0 +1,10 @@
|
|||
# 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.
|
||||
## Usage
|
||||
Drop it wherever, point your browser to it as a New Tab.
|
||||
## Configuration
|
||||
Set the variables inside the *<script>* tag (See comments or examples for formatting) and optionally change out the colors inside the *<style>* tag.
|
||||
## Examples
|
||||
[Basic full example](examples/basic_example.png)
|
||||
## Notes
|
||||
As of yet, CoinMarketCap API calls aren't limited, nor cached. jQuery library used for animations and basic processing should be cached by your browser.
|
Loading…
Reference in New Issue