DEV Community

Cover image for I created a web service to find the awesome repositories on GitHub.
aiiro
aiiro

Posted on

I created a web service to find the awesome repositories on GitHub.

Intro

This is the first post in English, so please correct me if I'm wrong.

I'm going to write about a web service that I have launched.

https://awesomerepository.com/

What can I do with it?

It collects the number of the stars of the repositories on GitHub and shows the repositories sorted by the count of the increased stars that the repository has acquired since the last time.

You can find the repositories that are getting popular rapidly.

Why did I make it?

To gather the information, I read posts about the software that engineers have written.

They introduce useful libraries in the posts.

When I read the posts and search the libraries, most of them are open to the public on GitHub.

I didn't know the repository until that time, but the repository has already acquired stars over 10K.

After I have experienced the same thing several times, I came to think that I'd like to find those awesome repositories that get popular or getting popular quickly.

It is the reason why I made it.

Thank you for reading this post.

Top comments (0)