https://github.com/devtical/nova-blockchain-exchange-rates
Currency data from the major bitcoin exchanges
https://github.com/devtical/nova-blockchain-exchange-rates
blockchain exchange-rates laravel laravel-nova nova
Last synced: about 1 year ago
JSON representation
Currency data from the major bitcoin exchanges
- Host: GitHub
- URL: https://github.com/devtical/nova-blockchain-exchange-rates
- Owner: devtical
- License: mit
- Archived: true
- Created: 2018-09-11T07:50:55.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-08T05:55:18.000Z (over 6 years ago)
- Last Synced: 2025-03-16T13:13:47.931Z (over 1 year ago)
- Topics: blockchain, exchange-rates, laravel, laravel-nova, nova
- Language: Vue
- Size: 13.7 KB
- Stars: 2
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Blockchain Exchange Rates
Currency data from the major bitcoin exchanges.

## Installation
You can install the package in to a [Laravel](http://laravel.com) app that uses [Nova](http://nova.laravel.com) via composer :
```cli
composer require kristories/nova-blockchain-exchange-rates
```
## Usage
Add the card to your `NovaServiceProvider.php`
```php
use Kristories\BlockchainExchangeRates\BlockchainExchangeRates;
// ...
public function cards()
{
return [
// ...
new BlockchainExchangeRates(),
];
}
```
## License
The MIT License (MIT).