Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Latest commit

 

History

History
48 lines (31 loc) · 1.19 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.19 KB

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