The ID of a GitHub user is a unique number that identifies the user. It is used to identify the user in the GitHub API.
curl -i https://api.github.com/users/{username}| #!/usr/env bash | |
| RED=$(tput setaf 1) | |
| GREEN=$(tput setaf 2) | |
| YELLOW=$(tput setaf 3) | |
| BLUE=$(tput setaf 4) | |
| PURPLE=$(tput setaf 5) | |
| BOLD=$(tput bold) | |
| BEEP=$(tput blink) | |
| RESET=$(tput sgr0) |