https://github.com/tothepoweroftom/crypto-music
A Vue.js app to listen to bitcoin transactions and generate a soundscape
https://github.com/tothepoweroftom/crypto-music
audio audio-visualizer bitcoin-art delaunay-triangulation javascript p5js tonejs vue vuejs web
Last synced: about 1 year ago
JSON representation
A Vue.js app to listen to bitcoin transactions and generate a soundscape
- Host: GitHub
- URL: https://github.com/tothepoweroftom/crypto-music
- Owner: tothepoweroftom
- Created: 2018-06-12T13:05:35.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2018-06-20T12:04:22.000Z (about 8 years ago)
- Last Synced: 2024-11-08T21:38:58.688Z (over 1 year ago)
- Topics: audio, audio-visualizer, bitcoin-art, delaunay-triangulation, javascript, p5js, tonejs, vue, vuejs, web
- Language: JavaScript
- Size: 1.02 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# crypto-music
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
```
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).