https://github.com/tmcw/bookish
https://github.com/tmcw/bookish
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tmcw/bookish
- Owner: tmcw
- Created: 2018-09-23T00:49:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T09:45:29.000Z (almost 6 years ago)
- Last Synced: 2025-03-16T01:55:48.192Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://bookish.tech/
- Size: 35.2 KB
- Stars: 14
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bookish
Bookish is a semi-universal book identifier translator. It does this by paging out to multiple APIs, and sites that don't quite support APIs. I use it to power my [reading log](https://macwright.org/reading) - I get the ISBN from the inside cover or somewhere else, and then use bookish's YAML output to copy into my Jekyll site.
This uses [Zeit](https://zeit.co/) to deploy. The [backend](https://github.com/tmcw/bookish-api) is built with micro, and this repo - the frontend - uses Next.js, a layer on top of React.