A simple Node.js application to search for repositories on GitHub using the GitHub API. This project demonstrates how to interact with the GitHub API and fetch repository data based on user input.
- Search GitHub repositories by keyword
- Display the URL of the first repository found
- Easy to set up and run
-
Install Dependencies
npm install node-fetch
-
Run the Application
node searchrepo.js