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

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

License

Notifications You must be signed in to change notification settings

h4rldev/exmeteo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published