Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jouderianjr/bitcoin-br-chrome-extension
Chrome extension in elm that shows the latest currency bitcoins from Brazilian exchanges
https://github.com/jouderianjr/bitcoin-br-chrome-extension
bitcoin chrome-extension elm foxbit mercadobitcoin webpack
Last synced: 5 days ago
JSON representation
Chrome extension in elm that shows the latest currency bitcoins from Brazilian exchanges
- Host: GitHub
- URL: https://github.com/jouderianjr/bitcoin-br-chrome-extension
- Owner: jouderianjr
- Created: 2017-10-07T18:54:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-10T19:05:02.000Z (about 7 years ago)
- Last Synced: 2024-08-01T13:23:45.567Z (3 months ago)
- Topics: bitcoin, chrome-extension, elm, foxbit, mercadobitcoin, webpack
- Language: Elm
- Homepage:
- Size: 173 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ccamel - jouderianjr/bitcoin-br-chrome-extension - Chrome extension in elm that shows the latest currency bitcoins from Brazilian exchanges (Elm)
- Awesome-BigData - Bitcoin BR Chrome Extension - Chrome extension built in Elm that shows the bitcoin value in all Brazilian exchanges. (Examples)
README
# Bitcoin BR Chrome Extension
Hey, I built this extension using Elm (:heart:) and fetching data from (BitValor)[https://bitvalor.com/api]
[Click here to use it!](https://chrome.google.com/webstore/detail/bitcoin-br/keoihaeoogphapkdoijfnfboggimfdkj?hl=pt-BR)
### Running Locally:
Clone this repo.
```
git clone https://github.com/jouderianjr/bitcoin-br-chrome-extension
```Install all dependencies:
```
npm install
```### Serve locally:
```
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..### Build & bundle for prod:
```
npm run build
```* Files are saved into the `/dist` folder
* To check it, open `dist/index.html`