Application takes in multiple files and displays the name, size, type and last modified date of them.
##To Use:
- Clone Repository
- Navigate to index.html
- Upload a File
- View Metadata
OR - Go to http://codethejason.github.io/metadata-viewer
##Potential Improvements -Refactor Javascript to Use Objects (i.e. object of MetaData and printMetaData and clearMetaData are all methods). This can also slightly improve the repetitive DOM calls by setting divs as properties of the object for both functions to use