https://github.com/maxpleaner/music_sharing
A site for sharing music found on the web
https://github.com/maxpleaner/music_sharing
Last synced: 11 months ago
JSON representation
A site for sharing music found on the web
- Host: GitHub
- URL: https://github.com/maxpleaner/music_sharing
- Owner: MaxPleaner
- Created: 2017-03-16T19:30:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T17:51:50.000Z (almost 9 years ago)
- Last Synced: 2025-01-29T12:14:49.731Z (over 1 year ago)
- Language: Ruby
- Homepage: http://maxpleaner.github.io/music_sharing
- Size: 450 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Music sharing
A site to share music with friends.
## What it does right now
It's a work in progress, but I've deployed it as-is.
Right now it just has one capability and that's to show embed for some audio/video
from bandcamp, soundcloud, or youtube. There are different forms and everything
is stored on the server. Editing and deleting is only done through some special commands for now
(I will try and add docs on this at some point in the future)
Auth is disabled, it's all public though the websocket API is still in place
for realtime updates to the embeds list. However in the version I deployed to Github pages (and possibly
the master branch here, I forget), there is a `pass` param which must be sent on the `/` request
_update_ added tags and comments and the ability for anyone to delete anything.
## How it's made
This is made using my [vue-sinatra-boiler](http://github.com/maxpleaner/vue-sinatra-boiler).
## Todos
- add custom file uploads
- add tag filtering
- add auth and shared playlists