Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/christoph-schaeffer/bitcoin-wallet-tracker

An example App made with Vue.js for tracking bitcoin exchange rates and your wallet balance.
https://github.com/christoph-schaeffer/bitcoin-wallet-tracker

Last synced: about 19 hours ago
JSON representation

An example App made with Vue.js for tracking bitcoin exchange rates and your wallet balance.

Awesome Lists containing this project

README

        

# bitcoin-wallet-tracker
An example App made with Vue.js for tracking bitcoin exchange rates and your wallet balance.

[LIVE DEMO](https://christoph-schäffer.de/bitcoin-wallet-tracker/demo)

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Lints and fixes files
```
npm run lint
```