SuperNovaa41 ba2acb23ec CSV is GONE, time for SQLITE
CSV sucks and Datbases are the proper way to be doing stuff like this
not to mention, it ditches a lot of potentially unsafe code because
we're no longer doing lots of file operations
2024-01-31 11:53:09 -05:00
2024-01-31 11:53:09 -05:00
2024-01-31 11:53:09 -05:00
2024-01-13 10:38:03 -05:00
2024-01-12 13:14:56 -05:00
2024-01-31 11:53:09 -05:00
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 for the ISBN lookup API.

Building

Requires libcurl and cJSON.

Simply run make.

Usage

./isbn [isbn]

Description
No description provided
Readme 173 KiB
Languages
C 98.8%
Makefile 1.2%