Blockchain Exchange Rates
Currency data from the major bitcoin exchanges.
Installation
You can install the package in to a Laravel app that uses Nova via composer :
composer require kristories/nova-blockchain-exchange-rates
Usage
Add the card to your NovaServiceProvider.php
use Kristories\BlockchainExchangeRates\BlockchainExchangeRates;
// ...
public function cards()
{
return [
// ...
new BlockchainExchangeRates(),
];
}
License
The MIT License (MIT).