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