https://github.com/hughrawlinson/library-search
📚 Search your libraries for books
https://github.com/hughrawlinson/library-search
library overdrive
Last synced: about 1 month ago
JSON representation
📚 Search your libraries for books
- Host: GitHub
- URL: https://github.com/hughrawlinson/library-search
- Owner: hughrawlinson
- Created: 2022-01-09T13:40:07.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T13:21:32.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T10:08:36.413Z (about 2 months ago)
- Topics: library, overdrive
- Language: JavaScript
- Homepage:
- Size: 183 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library Search
I'm deliberately not mentioning the service or libraries I use here.
I use multiple libraries. Searching them one by one isn't fun. Now, a CLI I can
use to search them at the same time. Didn't make a website because I assume I
would have to deal with CORS.## Installation
```sh
npm install --global https://github.com/hughrawlinson/library-search
```## Usage
Use a comma separated environmental variable to specify which libraries to
search. Use the first argument to specify the query.```sh
LIBRARIES="fls,afls" library-search "a fictional book"
```If you would like to search for ebooks instead of audiobooks specify "book" before the query:
```sh
LIBRARIES="fls,afls" library-search "book" "a fictional book"
```