This Node.js CLI application fetches GitHub repositories for a given user and stores the repository names in a text file.
- Clone this repository.
- Run
npm installto install the dependencies.
- Run
npm startto start the application. - Enter the GitHub username when prompted.
- The application will save the repository names to a text file named after the GitHub username.
axios: For making HTTP requests.readline: For getting user input.