Skip to content

SE-ABOSALIM/Gitpeek

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpeek

Gitpeek is a simple tool to quickly search GitHub user profiles and display essential profile information. Its user-friendly interface lets you explore GitHub profiles instantly.

Features

  • Search GitHub profiles by username
  • Display profile picture, name, bio, and other basic info
  • Check all links and social usernames
  • Fast and easy-to-use interface

Installation

  1. Clone the repository:
git clone https://github.com/SE-ABOSALIM/gitpeek.git
  1. Go into the project folder:
cd gitpeek
  1. Open index.html in your browser (preferably via a local server, see Usage section)

Usage

To run the project correctly, you need to serve it via a local server instead of opening index.html directly. This is necessary because modern browsers block certain API requests (like GitHub API) when opening files directly.

Method 1

  1. Open a terminal in your project folder.
  2. Run one of the following commands:
python -m http.server 8000

Or

python -m SimpleHTTPServer 8000
  1. Open your browser and go to:
http://localhost:8000/Html

Method 2

  1. Install the Live Server extension in VS Code.
  2. Open the project folder in VS Code.
  3. Right-click on index.html → Select Open with Live Server.
  4. Your browser will open the project via a local server automatically.

License

This project is licensed under the MIT License.

About

GitHub Profile Search and Summarization

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors