/sort-awesome-list

Sort any awesome list by GitHub Stars ✨

Primary LanguageJavaScriptMIT LicenseMIT

sort-awesome-list

Sort any awesome list by GitHub Stars ✨

  • Input a link to an awesome list or type in raw markdown
  • Automatically sort the list items by their number of GitHub stars
  • View the sorted list in rendered markdown or copy it to your clipboard

Example

Check out this example taken from sindresorhus/awesome.

👈 On the left, you'll see the list in its original order without any hint of popularity.

👉 On the right, the list is sorted by number of GitHub stars, making it easy to find the de-facto standard.

Why GitHub Login?

  • To import awesome lists from GitHub repos or to fetch GitHub stars for sorting, we need to make requests to GitHub API.
  • For unauthenticated requests, the rate limit allows for up to 60 requests per hour.
  • To process a relatively long awesome-list, authentication is required to increase the rate limit to 5000 requests per hour.

Acknowledgment

License

MIT