No description
Find a file
2026-03-15 23:11:26 -07:00
cclock update 2026-03-15 23:11:26 -07:00
cclock.bkp.c update 2026-03-15 23:11:26 -07:00
cclock.c update 2026-03-15 23:11:26 -07:00
error fixed README to show config example 2026-02-12 11:16:14 -08:00
LICENSE Initial commit 2026-02-12 10:33:58 -08:00
README.md fixed README to show config example 2026-02-12 11:16:14 -08:00
toml-parse update 2026-03-15 23:11:26 -07:00
toml-parse.c update 2026-03-15 23:11:26 -07: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

To effectively use this program, there is a toml config you must provide
$HOME/.conifg/cclock/config

[weather]  
api_key = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"  
location = "Portland,US"   
units = "imperial" # metric is another option