Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)