From e66e9c5990f18032d5b44ce511c757253a16f563 Mon Sep 17 00:00:00 2001 From: SuperNovaa41 Date: Fri, 12 Jan 2024 13:09:07 -0500 Subject: [PATCH] adds readme --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a71fcb9 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# 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]`