Github User Fetcher 1.0.0
C Application with Server and GUI
|
Files | |
gui.c | |
main.c | |
Entry point for the application. Parses command-line arguments and either starts the HTTP server or fetches and displays a GitHub user. | |
server.c | |
Implements a simple HTTP server using Civetweb to serve GitHub user information. | |
server.h | |
Declaration of the HTTP server functions. | |
user.c | |
user.h | |