Visualize your digital bookshelves!
Platform | Status | Notes |
---|---|---|
Hardcover | ✔ | API Docs |
Literal | ✔ | |
Open Library | 🚧 | |
StoryGraph | ❌ | As of 2022-06-26, StoryGraph does not offer a public API. Follow the development over at their feature page. |
Goodreads | ❌ | Goodreads no longer issues new developer keys for their public API. |
✔ - Supported, 🚧 - Under development, ❌ - Not supported
Clone and navigate to the repository.
git clone https://github.com/dejohansson/casebound.git
cd ./casebound
Install the latest npm dependencies.
npm install
Build and package as a web app.
npm run build:web
Build and package as a Lively wallpaper.
npm run build:lively
The build files can be found in the dist
folder.
Clone and navigate to the repository.
git clone https://github.com/dejohansson/casebound.git
cd ./casebound
Install the latest npm dependencies.
npm install
Start the development server as a web app
npm run dev:web
or as a lively wallpaper
npm run dev:lively