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

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.

Awesome Lists containing this project

README

          

## BTCBRL Chrome Extension

![btcbrl](screenshot.png)

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.