Skip to content

Commit

Permalink
update readme and add screenshot.png
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfc committed Apr 6, 2017
1 parent c13474a commit 2f4ced4
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
32 changes: 30 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,37 @@
## BTCBRL Chrome Extension

![btcbrl](http://i.imgur.com/jpcLzO8.png)
![btcbrl](screenshot.png)

This extension shows the current value of the BTCBRL (buy) / BTCUSD (sell) from different exchanges (Default FoxBit). It updates the values from minute to minute to give you the most accurate rates from different exchanges so you can take quick decisions.
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
```

## License

Expand Down
Binary file added screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2f4ced4

Please sign in to comment.