Github User Fetcher 1.0.0
C Application with Server and GUI
|
Files | |
config.cpp | |
Contains logic for parsing command-line arguments into an AppConfig object. | |
gui.cpp | |
GUI application for fetching and displaying GitHub user information. | |
main.cpp | |
Entry point for the application. Parses command-line arguments and either starts the HTTP server or fetches and displays a GitHub user. | |
server.cpp | |
Implements an HTTP server using Boost.Beast and Boost.Asio to serve GitHub user data. | |
user.cpp | |
Implements the User class for representing and retrieving GitHub user data. | |