Every day as part of the development, we search for open source packages in Github using google. It will be time taking process as we need to search for the keywords, get into each Github repository to check the below items to choose the packages:
Is it completely open source to change it or use for the commercial app?
Whether it is not archived or is some active community working for it?
Does it have a lot of issues?
What are the languages used in this repository?
How much is the size of the package, so it doesn’t make my project bulkier?
When did the recent update happen?
I want to develop a simple search app where we get all the information required to choose the package in one shot. It will also help any development team as a handy tool to choose the Github packages.