Day 6
Made a little vanilla javascript program to search for all PDF files in a directory, parse their filename, get metadata, and export it as a JSON file.
Each filename follow this format: “Title -- author:The_Author year:2003 pages:424.pdf”
Day 7
Extended the program from yesterday to take the previously exported JSON file and generates two HTML files.
The first is an index, showing all PDF files in alphabetical order, and the second one is a list showing each PDF file in a closer look, with title, author, year, and number of pages.