Skip to content

this project aims to develop a REST microservice that list the languages used by the 100 trending public repos on GitHub.

Notifications You must be signed in to change notification settings

Sibouih/UR_Github_challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

UR Github challenge

Develop a REST microservice that list the languages used by the 100 trending public repos on GitHub. For every language, you need to calculate the attributes below :

  • Number of repos using this language
  • The list of repos using the language
  • Framework popularity over the 100 repos

Highlights of the implementation

  • I have used native javascript to implement this project.
  • The architecture is following the Clean code basics.
  • To get the 100 trending repos, I have used the github search API.

Deployment

I have deployed the project on Heroku : https://trending-github-repositories.herokuapp.com

Built With

Material kit library by Creative Tim
Github search api : https://api.github.com/search/repositories?q=page=0&per_page=100&sort=stars&order=desc

Author

About

this project aims to develop a REST microservice that list the languages used by the 100 trending public repos on GitHub.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published