1.0.8 • Published 6 years ago

bible-gateway-api v1.0.8

Weekly downloads
1
License
MIT
Repository
-
Last release
6 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

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago