Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 883 Bytes

README.md

File metadata and controls

48 lines (35 loc) · 883 Bytes

File List Generator

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)

Example

  1. Drag and drop some files
  • some-cool-sound.mp3
  • other-sound.mp3
  • third-sound.mp3
  1. 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"
    }
]

Compatibility

  • Google Chrome 44+

License

Copyright © 2015 AquaSoup

Proudly powered by nature, wind, tea and beer ;)

All contents are licensed under the MIT license.