This commit is contained in:
Abhorrent_Anger 2018-07-22 00:29:04 +03:00
parent 8fce9bb4ce
commit 3368a3f19d
1 changed files with 10 additions and 0 deletions

10
README.md Normal file
View File

@ -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.