Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
digital-bible-platform
Advanced tools
JavaScript and Node.js client for the Digital Bible Platform [Digital Bible Platform](http://digitalbibleplatform.com/)
JavaScript and Node.js client for the Digital Bible Platform Digital Bible Platform
The Digital Bible Platform is an online API for Bible Text, Audio, and Video. This client module for Node.js provides an easy-to-use set of functions designed to simplify the building of JavaScript applications that use the Digital Bible Platform.
npm install digital-bible-platform
var Client = require( "digital-bible-platform" );
var client = new Client( "your-api-key" );
client.versions( function( err, versions ) {
console.log( versions );
} );
To use the client behind a proxy server, pass an options object to the module constructor that includes the proxy server. For example:
var Client = require("digital-bible-platform");
var client = new Client("your-api-client", { "proxy": "http://localproxy.com" } );
This options
object is the same object used by the request module.
To run integration tests, you'll need to set your API Key as an environment variable.
OSX / Linux
export DBP_API_KEY=your-api-key
Windows
setx DBP_API_KEY "your-api-key"
Note: On Windows, you will need to reopen your command prompt after setting environment variables.
Open Terminal or command prompt, change to the digital-bible-platform client directory, and enter:
npm test
The Digital Bible Platorm Node.js client is licensed under MIT. Refer to license.txt for more information.
FAQs
JavaScript and Node.js client for the Digital Bible Platform [Digital Bible Platform](http://digitalbibleplatform.com/)
We found that digital-bible-platform demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.