So the concept is simple:
I have a site that simply GETs some info from a site (a VPS on DO that I have) and it displays it. However, I would like to do two more things:
-
there is a file that is constantly updated on the VPS, I would ike th user to press “Grab data” button and bubble downloads a copy of the file from the VPS and delivers it to the user.
-
The file is a .CSV file. I would like to graph some of the data. I don’t know where to start on that one.