Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alfg/jquery-btc
- Owner: alfg
- Created: 2014-06-15T05:48:34.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-30T01:36:03.000Z (about 10 years ago)
- Last Synced: 2024-10-03T08:37:49.543Z (about 1 month ago)
- Topics: bitcoin, btc, javascript, jquery, jquery-btc
- Language: JavaScript
- Homepage: http://github.com/alfg/jquery-btc
- Size: 176 KB
- Stars: 2
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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