Lookup daily closing values of 20+ crypto currencies.
Data is fetched via CoinAPI.io. Values are shown in US Dollars.
- Get a CoinAPI.io API Key.
- Clone this repository.
- Create an
APIKeys.js
file in the root of the project, with the following contents:
const COIN_API_KEY = 'YOUR COINAPI.IO KEY';
- Open
index.html
in a web browser. - Use the form to lookup values.
- ADA
- BNB
- BTC
- BTG
- BCH
- DASH
- DOGE
- EOS
- ETC
- ETH
- GNT
- KMD
- LTC
- MKR
- NEO
- SOL
- THETA
- TRX
- USDT
- XEM
- XLM
- XMR
- XRP
- ZEC
DailyCrypto is for educational purposes only. It is not intended nor implied to be a substitute for professional investment advice. Robert Harrison assumes no responsibility for any circumstances arising out of the use, misuse, interpretation, or application of any of this information.
Licensed under MIT.