Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wietsewind/music-web-monetized-poc
Music, Web Monetized (Proof of concept). Pay artists while listening, by ID3 meta tag (MP3)
https://github.com/wietsewind/music-web-monetized-poc
Last synced: about 13 hours ago
JSON representation
Music, Web Monetized (Proof of concept). Pay artists while listening, by ID3 meta tag (MP3)
- Host: GitHub
- URL: https://github.com/wietsewind/music-web-monetized-poc
- Owner: WietseWind
- Created: 2019-10-14T14:58:14.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T22:42:55.000Z (almost 2 years ago)
- Last Synced: 2024-04-15T15:37:56.798Z (7 months ago)
- Language: Vue
- Homepage:
- Size: 1.99 MB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music, Web Monetized
Proof of concept.
https://dist.wietse.now.shPlease note: this repo doesn't contain the MP3 files with the correct ID3 tags (copyright ;)).
You'll need these files:
```
src/assets/1.mp3
src/assets/2.mp3
src/assets/3.mp3
src/assets/4.mp3
```Containing a payment pointer in the `comment` ID3 tag.
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).