8000 GitHub - murilopolese/music: Grooveshark inspired music player
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

murilopolese/music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Player

This is a simple implementation of a music player inspired by this.

Drop this files on a flat folder with your mp3/ogg/webm files and run:

node generate.js

This will generate a db.json file with a simple list of all files in that folder.

{
  "files": [
    "filename.mp3",
    "otherfile.mp3",
    ...
  ]
}

Custom db.json can also be created pointing to external files, etc...

About

Grooveshark inspired music player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0