Note
This project is only a CLI by now, GUI will possibly never be implemented.
A weather & currency converter CLI written in C.
exmeteo --help
I will possibly never build and upload a release binary for this, so you will need to build it yourself.
Requirements
- libjansson
- libcurl
- gcc
- just (if you want to quickly compile the program without typing several commands)
just build {name, default being exmeteo}
Or if you want it in /usr/bin
just install {name, default being exmeteo}
chmod +x scripts/build.sh
scripts/build.sh -c {name, default being exmeteo}
scripts/build.sh -l {name, default being exmeteo}
Now the script should be in {project_root}/bin
.
Licensed under the BSD-3 Clause License