Zakov-Tools / zakov-tools.github.io

Tools for Zero Sievert
3 stars 1 forks source link

Show advanced stats for items #5

Open igonro opened 1 year ago

snollygolly commented 1 year ago

Looking at your project, it seems like you have an underlying data source you're making this HTML page from. Any interest in exposing the underlying data so others can work on projects more easily in the community?

igonro commented 1 year ago

@snollygolly sure! this repo right now only shows a static rendered HTML, but it was made using Flask and a JSON file that I've collected using some scripts. I uploaded the repo as it is, because it was the fastest way to have a functional website, and some users on reddit wanted this tool available as soon as possible.

My intention is to upload also the scripts that I used for gathering all the data, the dataset, and the dynamic HTML written using Flask and Jinja.