This project was done by following javabrains tutorial on youtube.
Use github api to get user details and their repository details.
Show only top five repositories based on size.
Project should accept command line argumnet as and fetch their details.
request and lodash
npm install request lodash --save
install type-definitions of request and loadash
npm install @types/request @types/lodash --save
Pass username as an argument to fetch that user details.
npm start <username>