Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 668 Bytes

File metadata and controls

32 lines (21 loc) · 668 Bytes

Github-Report project

This project was done by following javabrains tutorial on youtube.

Problem statement

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.

Dependencies

request and lodash

npm install request lodash --save

install type-definitions of request and loadash

npm install @types/request @types/lodash --save

run

Pass username as an argument to fetch that user details.

npm start <username>