Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 991 Bytes

README.md

File metadata and controls

52 lines (33 loc) · 991 Bytes

BibleVOTD - Verse of the Day Fetcher

BibleVOTD is a simple C program that fetches the Verse of the Day from the Bible using the "https://labs.bible.org/api/" API. The retrieved verse is then displayed in a stylized format on the console.

Dependencies

  • libcurl: Library for making HTTP requests

Usage

Clone the repository:

git clone https://github.com/KevinAlavik/BibleVOTD.git
cd BibleVOTD

Compile and run the program:

make
./bin/bv

This will fetch the Verse of the Day and display it in a stylized format.

Installation (Optional)

To install the program system-wide (requires sudo):

sudo make install

After installation, you can run the program using:

bv

Cleanup

To remove the compiled files:

make clean

Preview

BibleVOTD Preview

Feel free to contribute or customize the program as needed!