Visualize your digital bookshelves!
| Platform | Status | Notes |
|---|---|---|
| ✔ | API Docs | |
| ✔ | ||
| Open Library | 🚧 | |
| ❌ | As of 2022-06-26, StoryGraph does not offer a public API. Follow the development over at their feature page. | |
| ❌ | 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.gitcd ./caseboundInstall the latest npm dependencies.
npm installBuild and package as a web app.
npm run build:webBuild and package as a Lively wallpaper.
npm run build:livelyThe build files can be found in the dist folder.
Clone and navigate to the repository.
git clone https://github.com/dejohansson/casebound.gitcd ./caseboundInstall the latest npm dependencies.
npm installStart the development server as a web app
npm run dev:webor as a lively wallpaper
npm run dev:lively