Skip to content

The Bible API Aggregate Web Service brings together a number of Bible APIs on the web to offer a comprehensive set of Bibles to quote from.

Notifications You must be signed in to change notification settings

javascript-forks/orthlieb.bible-quote

 
 

Repository files navigation

Bible Quote API

See here for generated documentation.

Traverse into the local bible-quote directory

cd bible-quote

ssh into AWS:

cd resources
ssh -i "NobleCallKey.pem" ec2-user@ec2-HOSTNAME.us-west-2.compute.amazonaws.com`

To pull down the source code to AWS:

git clone https://github.com/orthlieb/bible-quote

To install the necessary node modules:

cd bible-quote
npm install

To start the server use:

./start

To see if the server is running:

ps -A | grep node

You should see two node processes.

To stop the server use:

./stop

About

The Bible API Aggregate Web Service brings together a number of Bible APIs on the web to offer a comprehensive set of Bibles to quote from.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 46.9%
  • JavaScript 32.7%
  • CSS 20.1%
  • Shell 0.3%