Skip to content

sergeda/github-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#GithubRank challenge

Write a server that will return all contributors to a specific organization on GitHub ordered by their contributions. There are can be multiple pages with results. And you have to consider rate limiting of GitHub.

###To run locally Set Github token as an environment variable of name GH_TOKEN

Run server with command: sbt run

###How to test Server listens on port 8080. Call server with url /org/ORGANIZATION/contributors specifying any organization that exist on GitHub. For example: http://localhost:8080/org/akka/contributors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages