Simple JavaScript plugin for generating JSON file list. Completely client-based, you don't need any server.
- Drag and drop (+ fallback for classic input)
- HTML 5 + JS
- No need jQuery (but you can also use it with jQuery)
- Drag and drop some files
some-cool-sound.mp3
other-sound.mp3
third-sound.mp3
- Get JSON output:
[
{
"name": "Some cool sound",
"filename": "some-cool-sound.mp3"
},
{
"name": "Other sound",
"filename": "other-sound.mp3"
},
{
"name": "Third sound",
"filename": "third-sound.mp3"
}
]
- Google Chrome 44+
Copyright © 2015 AquaSoup
Proudly powered by nature, wind, tea and beer ;)
All contents are licensed under the MIT license.