janpio / ionic-epubjs

Ionic 3 app using Epub.js
https://janpio.github.io/ionic-epubjs/
31 stars 20 forks source link

Get all books from /assets/books and make HomePage dynamic #23

Open janpio opened 6 years ago

janpio commented 6 years ago

Right now the list of books is hardcoded in home.ts. This coul also read the content of assets/books and dynamically generate the list of available books.

(Biggest "problem" would be to generate the names of the books I think, especially as right now the HomePage contains "debug" information if it is an unpacked epub or a .epub file)

janpio commented 6 years ago

33 would probably be helpful to get book and author name at least.