Skip to content

DeliriumProducts/gh-favlang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ca1d39e Â· Sep 27, 2018

History

62 Commits
Jul 21, 2018
Jul 21, 2018
Jul 29, 2018
Jul 27, 2018
Jul 21, 2018
Jul 21, 2018
Jul 18, 2018
Sep 27, 2018
Jul 29, 2018
Aug 1, 2018
Aug 1, 2018
Jul 22, 2018

Repository files navigation

forthebadge



GitHub Favorite Language

Ever wondered what is someone's favorite programming language? This tool determines what is the given user favorite programming language based on the top most used language in his GitHub repos.

gh-favlang is a web app that is meant to be used mostly by the programming geeks out there who are curious to know what is the preferred programming language according to user's preferences/requirements.

Getting Started

  • Clone the repository
  • Install the dependencies using npm
npm install
  • Install parcel globally
npm install parcel -g
  • Run server using parcel
parcel index.html
  • Deploy using npm script
npm run deploy