An open API service indexing awesome lists of open source software.

https://github.com/rezapace/search-repo

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.
https://github.com/rezapace/search-repo

git git-reza github js repo

Last synced: 2 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# Repository Search with JavaScript! 🌱🤖

## Description
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.

## Features
- Search GitHub repositories by keyword
- Display the URL of the first repository found
- Easy to set up and run

## How to Run

1. **Install Dependencies**
```bash
npm install node-fetch
```

2. **Run the Application**
```bash
node searchrepo.js
```

## Screenshot
![Logo](https://github.com/rezapace/search-repo/blob/main/output.jpg?raw=true)