Skip to content

EmadMohDev/github_repostories_search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

github repostories search

Service Specification The service should be able to provide: • A list of the most popular repositories, sorted by number of stars. • An option to be able to view the top 10, 50, 100 repositories should be available. • Given a date, the most popular repositories created from this date onwards should be returned. • A filter for the programming language would be a great addition to have.

Implementation Details GitHub provides a public search endpoint which you can use for fetching the most popular repositories: https://api.github.com/search/repositories?q=created:>2019-01-10&sort=stars&order=desc

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published