10000 GitHub - scriptive/eba: Effortless bible analysis
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

scriptive/eba

Repository files navigation

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

  • Home/Language/Book
    • Grouping
    • Pull to update
  • Section
    • Grouping
    • Load of demand
  • Category
    • Header
    • Format
    • Load of demand
    • Filter
  • Lookup/search
    • Results
  • Bookmark/Star
  • Random verse
  • About
  • Contact
  • ...Other
    • Actionbar
    • Icon Font
    • digit
    • Indicator

Note

  • Lai Siangtho
  • A thu zui-in khenna
  • Sawltak 17:11
  • 12th April 2017
  • Effortless bible analysis
  • Tg. Lian Than Tuang
// process().template().terminal().route();
// terminal().route();
var process();
var template
747C
();
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

  • npm run download -- --pro=eba
  • gulp --pro=eba
  • npm run build -- --os=<chrome,ios,android,web,electron> --pro=<?> --dir=<?>
    • npm run ios -- --pro=eba
    • npm run android -- --pro=eba
    • npm run web -- --pro=eba
    • npm run electron -- --pro=eba
    • npm run chrome -- --pro=eba
  • npm run docs -- --pro=eba
  • npm run developer -- --pro=eba
0