UNPKG

scripture-api

Version:
12 lines (10 loc) 447 B
/** * This module provides access to Scripture API Bible API * https://scripture.api.bible/ * * The API provides access to fetch bibles, bible's books, bible's chapters, bible's verses and sections in the bible * * The author of this code has no formal relationship with https://scripture.api.bible/ and does not * claim to have created any of the facilities provided by https://scripture.api.bible/ */ module.exports = require('./src');