https://github.com/devsjc/awesome-starsorted
Awesome lists sorted by stars, updated daily
https://github.com/devsjc/awesome-starsorted
List: awesome-starsorted
Last synced: 4 months ago
JSON representation
Awesome lists sorted by stars, updated daily
- Host: GitHub
- URL: https://github.com/devsjc/awesome-starsorted
- Owner: devsjc
- Created: 2022-11-16T09:03:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-30T09:04:12.000Z (over 1 year ago)
- Last Synced: 2025-11-07T23:00:56.249Z (8 months ago)
- Language: Shell
- Size: 9.63 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Awesome lists, sorted by stars
Awesome lists sorted by stars, rendered as a Github Pages site with Jeckyll.
Star counts are updated daily.
View the lists at https://devsjc.github.io/awesome-starsorted.
## Adding a new list
Add a new workflow file, ensuring that its scheduled to run on a seperate hour to
any other scheduled template. This is because the GitHub API is limited to 5000
calls per hour, and parsing one of these lists can use most of that quota.
Then add the list to the index.md.
## Dependencies and thanks
Generating the star-sorted markdown utilises
[kvnxiao's star-sorted-lists](https://github.com/kvnxiao/sort-awesome-lists)
go package. This repo simply wraps the output of that in a github-pages
site, and adds an action to check the counts daily.