Skip to content

taylorjg/github-user-langs

Repository files navigation

CircleCI

Description

Display a breakdown of programming languages across a GitHub user's repositories.

Technologies

This project makes use of the following technologies:

Examples

Command line interface

$ node cli <token> quezlatch
#repos: 10
JavaScript..........87.477%
F#..................05.520%
C#..................03.611%
HTML................01.951%
CSS.................01.225%
Shell...............00.175%
Batchfile...........00.040%

In the above command, token is a GitHub personal access token.

Web App

https://github-user-langs.herokuapp.com/index.html?username=quezlatch

Web App screenshot