isbn-lookup/README.md

18 lines
279 B
Markdown
Raw Permalink Normal View History

2024-01-12 13:09:07 -05:00
# ISBN Lookup tool
Just a simple tool that allows you to seek the details of a book using its ISBN10 or ISBN13.
Uses [Open Library](https://openlibrary.org) for the ISBN lookup API.
## Building
Requires `libcurl` and `cJSON`.
Simply run `make`.
## Usage
`./isbn [isbn]`