/exmeteo

A cli tool made in C, as a final for my Applied Programming Course.

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

exMeteo

LICENSE OpenSSF Scorecard

Note

This project is only a CLI by now, GUI will possibly never be implemented.

A weather & currency converter CLI written in C.

Usage

exmeteo --help

Installation

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)

With just

just build {name, default being exmeteo}

Or if you want it in /usr/bin

just install {name, default being exmeteo}

Without just

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