Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s1lvax/biblecli
📖Fetch random/specific verses from the Bible with Ruby
https://github.com/s1lvax/biblecli
bible cli ruby
Last synced: about 1 month 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 (11 months ago)
- Default Branch: main
- Last Pushed: 2024-01-18T15:07:40.000Z (11 months ago)
- Last Synced: 2024-01-18T17:53:15.444Z (11 months ago)
- Topics: bible, cli, ruby
- Language: Ruby
- Homepage:
- Size: 1.95 KB
- Stars: 1
- 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/)