A website to display the results of running the sw metadata bot on different organizations
The landing page (index.html) is generated dynamically from the JSON data report using a Python script and a Mustache template.
You need Python 3 and the pystache library to generate the HTML file:
pip install pystache- Ensure that the latest JSON report is saved as
created_issues_report.jsonin this directory. - Run the generation script:
python generate.pyThis script will read the JSON data, parse it, and render it through template.mustache to output a the index.html file in the same directory.