https://github.com/truepadawan/github-info-checker
A simple application that makes use of the GitHub API to show Info on GitHub users
https://github.com/truepadawan/github-info-checker
Last synced: 4 months ago
JSON representation
A simple application that makes use of the GitHub API to show Info on GitHub users
- Host: GitHub
- URL: https://github.com/truepadawan/github-info-checker
- Owner: TruePadawan
- Created: 2021-07-07T08:24:56.000Z (almost 5 years ago)
- Default Branch: MAIN
- Last Pushed: 2022-01-25T22:22:32.000Z (over 4 years ago)
- Last Synced: 2025-04-13T19:42:30.397Z (about 1 year ago)
- Language: C++
- Size: 47.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub_Info_Checker
A simple application that makes use of the GitHub API to show Info on GitHub users(Trash UI, i'm still working on it)
NB: It uses Open SSL so you need to have that setup in Qt Creator if you want to build and compile the code...If you 'package' the application into an executable, you need to put [these](https://www.mediafire.com/file/rprnw1e0neau5aa/SSL_Dependency.zip/file) Open SSL DLLs in the same dir as the .EXE file for it to work.

# What I Learned
* Networking in Qt
* How to Work with APIs in Qt
* How to Parse JSON files and use their Data in Qt