Skip to content

Simple JavaScript plugin for generating JSON from files. Completely client-based, you don't need any server.

License

Notifications You must be signed in to change notification settings

AquaSoup/filelist-generator-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple JavaScript plugin for generating JSON from files. Completely client-based, you don't need any server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published