Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

🚀 Indexing Repository with JavaScript
https://github.com/rezapace/search-repo

git git-reza github js repo

Last synced: 3 days ago
JSON representation

🚀 Indexing Repository with JavaScript

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)