The application is a graph plot software in C. It has both static and dynamic libraries along with the option of utilizing an URL that can be provided instead of a local path/to/file.
"local" is a version of the Data.h lib which loads a csv datafile from a local directory while "url", the other version, downloads it from a URL before loading.
Similarly, the "plot" is the version of Graph.h that generates a .png file while "terminal" prints in the bash.
The main command is: ./[executable] [title] [xlabel] [ylabel] [path]
where:
[title] is the title of the plotting,
[xlabel] and [ylabel] are the name of each respective axis,
[path] is or a directory path/to/file or an url https://site.com/path/to/file path.