Where to start to create an HTML website with 2 tables read from csv files using anything but php
- by CodingIsAwesome
I want to design a website which displays on loading two tables each with it's respective data from a csv file. Then every minute the website automatically refreshes.
This problem seems so simple! But yet the solution eludes me.
All of the files will be contained in 1 directory, not on a server but on a local machine. Such as sitting on the…