@chewhx/google-books
Javascript Wrapper to search for books on Google Books API
npm install @chewhx/google-books
import { search } from '@chewhx/google-books'; search({ q: 'Atomic Habits' }, { maxResults: 3 });
import { title } from '@chewhx/google-books'; title('The Psychology of Money');
import { id } from '@chewhx/google-books'; id('CspvEAAAQBAJ');
import { author } from '@chewhx/google-books'; author('Malcolm Gladwell');
import { isbn } from '@chewhx/google-books'; isbn('9780374159122');