Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 992 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 992 Bytes

MyBooks

My Library (“Ma Bibliothèque” in French) is an Android app that lets you catalog the books you own. This can be useful to let people know what books you already have before they give it to you as a present. You can also list the books you are interested in.

However, it can be inconvenient to share this list with other people. I developed MyBooks, a client-only web app to share this information in a convenient format. You can have a look at the live demo to test what kind of filtering and sorting features it supports.

Screenshot showing the app in action

Have a look at a live example.

Installation Instructions

pip3 install pandas xlrd
./export-book-wishlist MyLibrary.xls >src/books.json
npm ci
npm run build
x-www-browser dist/index.html

You can then host the dist/ directory on a web server to let other people access your library.