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.
- libcurl: Library for making HTTP requests
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.
To install the program system-wide (requires sudo):
sudo make install
After installation, you can run the program using:
bv
To remove the compiled files:
make clean
Feel free to contribute or customize the program as needed!