UNPKG

bible-kit

Version:

An NPM package to use bible data from the Free Bible Use API. You will be able to get data for all available translations, books for a specific translation, chapters of a specific book and chapter details.

12 lines 290 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Bible Study SDK</title> </head> <body> <h1>Bible Study SDK</h1> <script type="module" src="index.js"></script> </body> </html>