Description: Gives best estimate of most frequently used language by Github username. Uses Github API to collect data.
- Clone repos,
cd
into repo root,- run
bundle
, - run file followed by chosen username, eg. as follows:
ruby lang.rb username
, - feedback string will be returned.
- Returns name and count of users most popular language.
- Provides error feedback if username is not provided.
- Error handle for non-existent Github user.
Tests passing. Run with rspec
in the terminal root file.