An open API service indexing awesome lists of open source software.

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

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.