An open API service indexing awesome lists of open source software.

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

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.

![image](https://user-images.githubusercontent.com/71678062/137202220-a2ccbd12-c13e-4e07-83a1-86be74313e1a.png)

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