Giter Site home page Giter Site logo

bible's Introduction

Bible

Simple way to read bible daily

Technology

  • Angular.js
  • NET Bible API
  • Sonnylab Alkitab API

Sonnylab Alkitab API

This API comes from Sabdaweb Alkitab Online. You may use this API freely. This API would return in JSON with the following format:

Get a complete chapter

http://sonnylab.com/api/alkitab/Yohanes 3

this would return

[
    {
        bookname: "Yohanes",
        chapter: "3",
        verse: "1",
        text: "Adalah seorang Farisi yang bernama Nikodemus, seorang pemimpin agama Yahudi."
    },
    {
        bookname: "Yohanes",
        chapter: "3",
        verse: "2",
        text: "Ia datang pada waktu malam kepada Yesus dan berkata: "Rabi, kami tahu, bahwa Engkau datang sebagai guru yang diutus Allah; sebab tidak ada seorangpun yang dapat mengadakan tanda-tanda yang Engkau adakan itu, jika Allah tidak menyertainya.""
    },
    {
        bookname: "Yohanes",
        chapter: "3",
        verse: "3",
        text: "Yesus menjawab, kata-Nya: <span id="r">&quot;Aku berkata kepadamu, sesungguhnya jika seorang tidak dilahirkan kembali, ia tidak dapat melihat Kerajaan Allah.&quot;</span>"
    },
    ...
]

Get a verse

http://sonnylab.com/api/alkitab/Yohanes 3:16

this would return

[
    {
        bookname: "Yohanes",
        chapter: "3",
        verse: "16",
        text: "<span id="r">Karena begitu besar kasih Allah akan dunia ini, sehingga Ia telah mengaruniakan Anak-Nya yang tunggal, supaya setiap orang yang percaya kepada-Nya tidak binasa, melainkan beroleh hidup yang kekal.</span>"
    }
]

Todo

  • User Personalization

License

MIT License (c) Sonny Lazuardi [email protected]

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.