https://github.com/kalnee/btcbrl
Chrome extension to show the BTCBRL rate from different exchanges.
https://github.com/kalnee/btcbrl
bitcoins chrome-extension dollar exchange real
Last synced: 3 months ago
JSON representation
Chrome extension to show the BTCBRL rate from different exchanges.
- Host: GitHub
- URL: https://github.com/kalnee/btcbrl
- Owner: kalnee
- License: mit
- Created: 2016-10-27T18:18:23.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-18T13:05:30.000Z (about 8 years ago)
- Last Synced: 2025-07-30T23:51:23.882Z (4 months ago)
- Topics: bitcoins, chrome-extension, dollar, exchange, real
- Language: JavaScript
- Size: 132 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## BTCBRL Chrome Extension

This extension shows the current value of BTCBRL (buy) / BTCUSD (sell) from different exchanges (Default FoxBit).
## Install
```
$ npm install
$ bower install
```
*Requires [Node.js](https://nodejs.org) 6.5.0+*
## Usage
Build:
```
$ gulp build
```
Package:
```
$ gulp package
```
Livereload:
```
$ gulp watch
```
## Issues
The current `gulp package` command doesn't append all the background scripts such as jQuery.
## License
MIT (c) Kalnee. See [LICENSE](https://github.com/kalnee/btcbrl/blob/master/LICENSE.md) for details.