Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 688 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 688 Bytes

Top Language Fetcher

This repo is used to fetch the languages used by a github user order them in descending order.

Requirement

  • Source Code Editor
  • Node
  • Your Github Token

How to run the app

  1. clone the rope
git clone https://github.com/iammukeshmahato/github-top-languages-fetcher/
  1. open the folder in your preferred editor

  2. replace the Your Github Token With Your Own Github Token. how to create token.

  3. install the dependencies using command

npm install
  1. run the app using the command
node index.js