0.0.1 • Published 10 years ago

jquery-btc v0.0.1

Weekly downloads
6
License
-
Repository
github
Last release
10 years ago

work-in-progress

jQuery-BTC

jQuery Bitcoin utilities.

Usage

  1. Include jQuery:

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
  2. Include plugin's code:

    <script src="dist/jquery.btc.min.js"></script>
  3. Add markup

    <div class="btc" data-usd="10.00">$10.00</div>
  4. Call the plugin:

    $(".btc").btc();

That's all! jquery-btc will fetch the current rates from Coinbase (via Firebase) and append the conversion after your price.

License

MIT License © Alfred Gutierrez