Coder Social home page Coder Social logo

dbonates / bibleapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omarciovsena/abibliadigital

0.0 0.0 0.0 5.4 MB

A RESTful API for Bible

Home Page: https://bibleapi.co

License: BSD 2-Clause "Simplified" License

CSS 22.17% HTML 6.59% JavaScript 70.92% Dockerfile 0.25% Shell 0.06%

bibleapi's Introduction

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=""
REDIS_URL="redis://127.0.0.1:6379"
  • Run the server using the following command: yarn dev
  • Visit localhost:3000/api/check to see the running api!

Setup using Docker

If you do not want to install Mongo, Node and Yarn, follow these steps.

Dependencies

Steps

  • Download this source code into a working directory. (Keep the directory name as "bibleapi")
  • Create .env file:
MONGODB_URI=mongodb://bibleapi-mongo/bibleapi
NODE_ENV="development"
SECRET_KEY=""
  • Run the project using the following command: docker-compose up
  • Visit localhost:3000/api/check to see the running api!

Rate Limit

  • Without authentication the limit rate is 20 requests/hour/ip
  • With user token, requests are unlimited (it's free)

Note: The limit rate was created to decrease the effectiveness of the attacks that we have been suffering since 3/29/2020

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

πŸ’» πŸ“– πŸ›

bibleapi's People

Contributors

depfu[bot] avatar omarciovsena avatar vanribeiro avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.