This repo parses the awesome-go repo and generates a index.html with more useful repo data.
This repo fetches updated info once a week on sunday at 00:00 UTC.
Visit the github pages here: https://codeliger.github.io/awesome-go-table
If you are unhappy with the amount of columns being returned you can save the index.html from the link above and add more columns to the javascript. Or you can make a pull request to this repo and I will consider adding it to the index.
- Go fetches the awesome-go markdown file with all the listed repos.
- Go fetches all the metadata for each repo from github.
- Go injects a script tag with a array of json objects called repoData. (Because cors won't let javascript grab from the releases directly)
- The page gets saved and served as a github pages page.
- The grid.js library loads the hardcoded json data into the table.