Hey, I built this extension using Elm (:heart:) and fetching data from (BitValor)[https://bitvalor.com/api]
Clone this repo.
git clone https://github.com/jouderianjr/bitcoin-br-chrome-extension
Install all dependencies:
npm install
npm start
- Access app at
http://localhost:8080/
- Get coding! The entry point file is
src/elm/Main.elm
- Browser will refresh automatically on any file changes..
npm run build
- Files are saved into the
/dist
folder - To check it, open
dist/index.html