Hackerank
Hackerank copied to clipboard
Brunch with Hipsters example app that finds the top hackers of a github repo search.
Results
2
Hackerank issues
Sort by
recently updated
recently updated
newest added
The link in the text of the "header" of this repo goes to a spam domain.
Nice app! Couple of issues: 1) The hacker-repo-name should always link to the github repo. Try this: ``` hacker.repoUrl=hacker.repoUrl || ["https://github.com", repo.username, repo.name, ""].join("/"); ``` around line 525 of app.js...