JOliveiraProjects / bibleapi

A RESTful API for Bible

Home Page:https://bibleapi.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Patreon

bibleAPI

bibleAPI.co is a RESTful API of the Holy Bible developed with Node.js + Express + MongoDB 🚀

Uptimerobot BSD License

► Table of Contents

Why ?

Application and site development is still a complex process for churches and religious organizations.

We know that creating unique content ends up competing with basic tasks such as making devotions, verses, comments, social networking nurture, and so many other day-to-day tasks available.

We believe that we can offer many of these services, free of charge, with the professional quality and focused on the word of God.

Setup

Dependencies

Steps

  • Download this source code into a working directory.
  • Install the requirements: yarn
  • Create .env file:
MONGODB_URI=mongodb://localhost/bibleapi
NODE_ENV="development"
SECRET_KEY=""
  • Run the server using the following command: yarn dev
  • Visit localhost:3000/api/check to see the running api!

Fair use policy

bibleAPI is free and open to use. The project is primarily an educational tool, and we will not tolerate denial of service attacks preventing people from learning.

Credits and Thanks

  • @thiagobodruk for sharing various versions of the bible in json

Contributing

Contributions, issues and feature requests are very welcome. Please make sure to read the Contributing Guide before making a pull request.

Visite our trello board

Contributor

Created and maintained by:


Márcio Sena

💻 📖 🐛

About

A RESTful API for Bible

https://bibleapi.co

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 70.2%Language:CSS 23.0%Language:HTML 6.8%