kristories / nova-blockchain-exchange-rates
Currency data from the major bitcoin exchanges
Fund package maintenance!
Patreon
Installs: 669
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 0
Forks: 2
Open Issues: 0
Language:Vue
Requires
- php: >=7.1.0
- kitetail/zttp: ^0.3.0
This package is auto-updated.
Last update: 2024-11-08 16:34:08 UTC
README
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).