A simple command line application that allows users to enter an arbitrary GitHub username and be presented with a best guess of the GitHub user's favourite programming language.
- Clone the repository.
cdinto the cloned repository.- To run the program:
bin/favelang [github_username]. - If the program fails to run due to permissions, type
chmod a+x bin/favelang
Data source: Github API.