kristories/nova-blockchain-exchange-rates

Currency data from the major bitcoin exchanges

Fund package maintenance!
Patreon

Installs: 667

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 0

Forks: 2

Open Issues: 0

Language:Vue

v1.0.0 2018-09-11 08:40 UTC

This package is auto-updated.

Last update: 2024-04-08 15:17:25 UTC


README

Currency data from the major bitcoin exchanges.

Screenshot

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).