kristories / nova-blockchain-exchange-rates
This package is abandoned and no longer maintained.
No replacement package was suggested.
Currency data from the major bitcoin exchanges
Package info
github.com/devtical/nova-blockchain-exchange-rates
Language:Vue
pkg:composer/kristories/nova-blockchain-exchange-rates
Fund package maintenance!
v1.0.0
2018-09-11 08:40 UTC
Requires
- php: >=7.1.0
- kitetail/zttp: ^0.3.0
This package is auto-updated.
Last update: 2024-12-08 16:40:33 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).