net-bible-api

0.0.2 • Public • Published

net Bible API Wrapper

A wrapper for the net Bible API (https://labs.bible.org/api_web_service)

There's currently only 1 method implemented because it's the only one I need right now. I plan on improving it at some point, but it works for now.


Example

var netBible = require('netBibleAPI');
 
netBible.get("Nahum 1")
    .then(function(data) {
        console.log(data);
    });

Todo

  • Implement other methods in the API
  • Make the code better
  • Improve test cases

Readme

Keywords

none

Package Sidebar

Install

npm i net-bible-api

Weekly Downloads

0

Version

0.0.2

License

none

Last publish

Collaborators

  • davidchang