Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alfg/jquery-btc

:moneybag: Convert USD to realtime BTC in jQuery.
https://github.com/alfg/jquery-btc

bitcoin btc javascript jquery jquery-btc

Last synced: 10 days ago
JSON representation

:moneybag: Convert USD to realtime BTC in jQuery.

Awesome Lists containing this project

README

        

work-in-progress

# jQuery-BTC
jQuery Bitcoin utilities.

JS Fiddle: http://jsfiddle.net/alfg/za2pyhm5/

## Usage

1. Include jQuery:

```html

```

2. Include plugin's code:

```html

```

3. Add markup
```html

$10.00

```

4. Call the plugin:

```javascript
$(".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](http://alfg.mit-license.org/) © Alfred Gutierrez