https://github.com/s1lvax/biblecli
📖Fetch random/specific verses from the Bible with Ruby
https://github.com/s1lvax/biblecli
bible cli ruby
Last synced: 11 months ago
JSON representation
📖Fetch random/specific verses from the Bible with Ruby
- Host: GitHub
- URL: https://github.com/s1lvax/biblecli
- Owner: s1lvax
- License: mit
- Created: 2024-01-18T14:25:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T15:07:40.000Z (over 2 years ago)
- Last Synced: 2025-01-17T00:12:07.090Z (over 1 year ago)
- Topics: bible, cli, ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bible CLI
## Introduction
`BibleCLI` is a simple Ruby based CLI application to fetch random/specific Bible verses.
I decided to build it to help me learn the basics of Ruby.
PS: Ruby is awesome :)
## Features
- Fetch random verses from the Bible
- Fetch a specific verse from the Bible
## How to use it
- Install Ruby
- Clone the repository
- Install the dependencies (HTTParty)
Available commands:
Fetch a random verse from the Bible
```ruby
ruby bible.rb
```
Fetch a specific verse
```ruby
ruby bible.rb john14:6
```
## API
This project uses the free and simple [Bible-API](https://bible-api.com/)