Repo Radar
Your one-stop shop for up to date Github repo information. Find repos by topic, language, or name.
Repo Radar is a plugin designed for developers to easily search for Github repositories and get up-to-date information. With Repo Radar, you can easily find repos by topic, language or name, and get the README file for any repo. This way, you can help users code with more accuracy and speed. Say goodbye to the hassle of hunting down Github repositories manually - Repo Radar does it all for you!
How to
Comments (0)
API docs
Learn how to use Repo Radar effectively! Here are a few example prompts, tips, and the documentation of available commands.
Example prompts
-
Prompt 1: "Find the most popular repositories related to machine learning."
-
Prompt 2: "Search for repositories written in Python for web development."
-
Prompt 3: "Get the README for a repository named 'awesome-project'."
-
Prompt 4: "Find repositories about data visualization."
-
Prompt 5: "What are the latest repositories updated in the last week?"
Features and commands
Feature/Command | Description |
---|---|
searchForRepoByTopic | This command allows you to search for repositories based on a topic. You provide the topic as a parameter, and the API returns a list of repositories matching that topic, including details like name, description, languages, stars, and URL. |
searchForRepo | This command enables you to search for repositories based on the language they are written in and a query string. You provide the language and query as parameters, and the API returns a list of repositories matching the criteria. |
getRepoReadmeByOwnerAndRepo | This command retrieves the README of a repository based on its owner and name. You provide the owner and repo name as parameters, and the API returns the README as a string. |