Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rezapace/search-repo
- Owner: rezapace
- Created: 2023-11-11T19:15:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-13T02:57:49.000Z (about 1 year ago)
- Last Synced: 2023-11-13T03:34:14.426Z (about 1 year ago)
- Topics: git, git-reza, github, js, repo
- Language: JavaScript
- Homepage: https://www.webkumal.link/
- Size: 149 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)