Skip to content

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

Notifications You must be signed in to change notification settings

KevinAlavik/BibleVOTD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published