bible-gateway-api
v1.0.8
Published
A Promise Based API for restful interaction with Bible Gateway
Downloads
4
Readme
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");