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

Maintainers

Package info

github.com/devtical/nova-blockchain-exchange-rates

Language:Vue

pkg:composer/kristories/nova-blockchain-exchange-rates

Fund package maintenance!

Patreon

Statistics

Installs: 670

Dependents: 0

Suggesters: 0

Stars: 2

Open Issues: 0

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

This package is auto-updated.

Last update: 2024-12-08 16:40:33 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).