This repo is used to fetch the languages used by a github user order them in descending order.
- Source Code Editor
- Node
- Your Github Token
- clone the rope
git clone https://github.com/iammukeshmahato/github-top-languages-fetcher/
-
open the folder in your preferred editor
-
replace the
Your Github Token
WithYour Own Github Token
. how to create token. -
install the dependencies using command
npm install
- run the app using the command
node index.js