Skip to content

Project that takes a JSON input file and creates an artist profile with all albums and tracks. Creates a web page with all info as well as individual albums.

Notifications You must be signed in to change notification settings

elisimmonds/JSON-to-HTML-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

// Eli Simmonds
// Project 3
// README.txt

This project is working through main_JSON.cpp My main function has the functionality built in for 
creating the HTML. All other functions are from the classes.

Since I delete pointers and have all warnings turned on in my makefile
there are compilation warnings. Otherwise it works fine.

Due to the images being different sizes as your sample ones my layout is different
on the individual albums. It has all the same info. 

Tracks::setTracksForAlbum() erases the track instance from the main vector
Individual HTML files have the title at the top. 

Testing
It is tested by creating one of each type of object calling the readFromFile function

I wasn't sure if you wanted us to print or not so I commented out the print
The line that prints is ar->print() in the main file.
It is line 56

the directory with all my HTML is html_albums
the my main file is artists.html
you run this project by typing make
you delete all the nonsense by typing make clean

About

Project that takes a JSON input file and creates an artist profile with all albums and tracks. Creates a web page with all info as well as individual albums.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published