1.0.8 • Published 4 years ago

bible-gateway-api v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
4 years ago

bible-gateway-api

This library provides a sane way for programmatically interacting with the bible-gate-way-api website.

Install

yarn add bible-gateway-api
# or
npm install bible-gateway-api

Usage

import { BibleGatewayAPI } from "bible-gateway-api";

let bgw = new BibleGatewayAPI();

let { verse, content } = await bgw.search("Luke 2.28-32");
1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago