Skip to content

Latest commit

 

History

History
106 lines (88 loc) · 2.38 KB

File metadata and controls

106 lines (88 loc) · 2.38 KB

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();
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