Skip to content

This project is a simple application that leverages the GitHub API to search for repositories and users based on specific keywords. Built using the Go programming language.

Notifications You must be signed in to change notification settings

zoelabbb/go-search-repos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go GitHub Search

This project is a simple application that leverages the GitHub API to search for repositories and users based on specific keywords. Built using the Go programming language.

Usage

  1. Make sure you have Go installed on your computer. If not, you can download it from the official Go website.

  2. Clone this repository into your local directory:

    git clone https://github.com/zoelabbb/go-search-repos.git
  3. Navigate to the project directory:

    cd go-search-repos
  4. Run the project:

    go mod tidy
    go run main.go
  5. The application will prompt you to choose the type of search (repositories or users) and enter the search keyword.

Contributions

If you want to contribute to this project, please follow these steps:

  1. Fork this repository.
  2. Create a new branch: git checkout -b new-feature.
  3. Commit your changes: git commit -am 'Adding a new feature'.
  4. Push to the branch: git push origin new-feature.
  5. Submit a pull request.

Support

You can support me by giving a star to this repository

About

This project is a simple application that leverages the GitHub API to search for repositories and users based on specific keywords. Built using the Go programming language.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages