eba

Effortless bible analysis

alt text

This is not the entire bible. This is the bible analysis according to topics. Thus it helps to search, check and study the scriptures. Please be advised, read the bible book to meditate.

…at Google play, Join, or readme!

alt text

Todo

Note

// process().template().terminal().route();
// terminal().route();
var process();
var template();
var terminal();
var route();

new Promise(function(resolve, reject) {
  process().then(function(){
    return template();
  },function(e){
    return e;
  }).then(function(e) {
    if (e) {
      reject(e);
    } else {
      resolve();
    }
  });
}).then(function() {
  app.resizeEvent(function(){
  });
  app.hashEvent(function(e) {
    if(e)configuration.hash=e;
    terminal().then(function(e) {
    });
  });
  app.panelEvent(function(s){
  });

}, function(e) {
  app.notification(e);
});

Command lines