No description
Find a file
2026-02-12 10:58:34 -08:00
cclock.c forgot to rename the C file, fixed README for same problem. 2026-02-12 10:58:34 -08:00
clock initial commit -- upload 2026-02-12 10:35:18 -08:00
LICENSE Initial commit 2026-02-12 10:33:58 -08:00
README.md forgot to rename the C file, fixed README for same problem. 2026-02-12 10:58:34 -08:00

cclock

Simply C program to display the time and temperature without too much fuss, made for home use.

Current the only dependencies are:

gcc  
libncurses  
libcurl  

Build with gcc -Wall -Wextra -pedantic -std=c11 cclock.c -lncurses -lcurl -o cclock