Skip to content

Haha.... I know right, why bother. But I've missed writing code in C and I want to ocassionally try some high level stuff in this low-ish-level stuff language

Notifications You must be signed in to change notification settings

Cre8steveDev/Consuming-APIs-with-C-Language

Repository files navigation

Consuming APIs using the C Programming language using libcurl and jansson

Install Necessary Third party library

  • Libcurl library for making curl requests
    sudo apt-get libcurl
    sudo apt-get jansson

Compilation Instruction

  • gcc *.c -lcurl -ljansson -o quotes-cli

Feel Free to use it for practice and having fun with the C Programming Language! 😂

About

Haha.... I know right, why bother. But I've missed writing code in C and I want to ocassionally try some high level stuff in this low-ish-level stuff language

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages