/BibleVOTD

A CLI tool to beautifully visualise the Bible verse of today using the https://labs.bible.org/api_web_service API

Primary LanguageC

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!