Home

Awesome

Bitcoin BR Chrome Extension

<img height="600" src="imgs/screenshot.png">

Hey, I built this extension using Elm (:heart:) and fetching data from (BitValor)[https://bitvalor.com/api]

Click here to use it!

Running Locally:

Clone this repo.

git clone https://github.com/jouderianjr/bitcoin-br-chrome-extension

Install all dependencies:

npm install

Serve locally:

npm start

Build & bundle for prod:

npm run build