New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

net-bible-api

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

net-bible-api

A Net Bible API wrapper for Node.js, from https://labs.bible.org/api_web_service

latest
Source
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

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

Keywords

bible

FAQs

Package last updated on 17 Feb 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts