Skip to content

This Node.js CLI application fetches GitHub repositories for a given user and stores the repository names in a text file.

Notifications You must be signed in to change notification settings

Acceler8-AE/GitHub-Repo-Fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

GitHub Repo Fetcher

This Node.js CLI application fetches GitHub repositories for a given user and stores the repository names in a text file.

Installation

  1. Clone this repository.
  2. Run npm install to install the dependencies.

Usage

  1. Run npm start to start the application.
  2. Enter the GitHub username when prompted.
  3. The application will save the repository names to a text file named after the GitHub username.

Dependencies

  • axios: For making HTTP requests.
  • readline: For getting user input.

About

This Node.js CLI application fetches GitHub repositories for a given user and stores the repository names in a text file.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published