Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imranr98/isbn-lookup
Find book titles and authors by ISBN. Supports mass search to look up multiple ISBNs at once.
https://github.com/imranr98/isbn-lookup
api automation book-titles books google-books isbn isbndb openlibrary script
Last synced: 17 days ago
JSON representation
Find book titles and authors by ISBN. Supports mass search to look up multiple ISBNs at once.
- Host: GitHub
- URL: https://github.com/imranr98/isbn-lookup
- Owner: ImranR98
- Created: 2023-03-18T21:11:53.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T17:55:37.000Z (5 months ago)
- Last Synced: 2025-01-11T18:59:13.988Z (26 days ago)
- Topics: api, automation, book-titles, books, google-books, isbn, isbndb, openlibrary, script
- Language: HTML
- Homepage: https://isbn.imranr.dev
- Size: 4.81 MB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ISBN Lookup
Find book titles and authors by ISBN. Supports mass search to look up multiple ISBNs at once.
## Usage
1. Clone the repository or download the ZIP file and extract it to a local directory.
2. Install the required dependencies by running `npm install`.
3. Optional: Define a `.env` file with an `ISBNDB_API_KEY` variable.
4. Run `npm start` to start the web app
- Or use the CLI version by running `node cli.js ` where `` is a `txt` or `xlsx` file containing a list of ISBNs (output will be generated as an `xlsx`).## APIs Used
The following APIs are checked (results are sorted by descending order of title length, and UI shows the top result):
1. [ISBNdb](https://isbndb.com/apidocs/v2) (if an API key is available in the `ISBNDB_API_KEY` environment variable)
2. [Google Books](https://developers.google.com/books/)
3. [Open Library](https://openlibrary.org/developers/api)