Is this purely client-side? If there is a database available, it could be useful to cache the scraped data, just in case there are too many people wanting to see the results for Eliezer. The cached data could expire after a week.
Yes. I hosted it in Github Pages because it’s free. The down side is that it only serves static content.. I might be able to use something like firebase, but I don’t really want to. I will see how easy it is to create a link that allows you to download the data to a csv file.
Is this purely client-side? If there is a database available, it could be useful to cache the scraped data, just in case there are too many people wanting to see the results for Eliezer. The cached data could expire after a week.
Yes. I hosted it in Github Pages because it’s free. The down side is that it only serves static content.. I might be able to use something like firebase, but I don’t really want to. I will see how easy it is to create a link that allows you to download the data to a csv file.