Skip to content
This repository was archived by the owner on Nov 11, 2024. It is now read-only.

devtical/nova-blockchain-exchange-rates

Repository files navigation

Blockchain Exchange Rates

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

About

Currency data from the major bitcoin exchanges

Topics

Resources

License

Code of conduct

Contributing

Stars

2 stars

Watchers

0 watching

Forks

Sponsor this project

Packages

 
 
 

Contributors