651 B
651 B
library
set publicSpreadsheetUrl
in index.html
to set a sheet
expects the following columns, but easily updated:
- title
- author
- authorLast (used for sorting)
- isbn-10 (not displayed)
- isbn-13
- format
- genre
- publisher
- series
- volume
- year
- coverurl
- description
- notes
- signed (
yes
or blank)
adding books using the google books API
- update
SHEET_ID
andSHEET_NAME
inindex.js
. - follow the instructions at https://developers.google.com/sheets/api/quickstart/nodejs#step_1_turn_on_the_api_name, and save the resulting json file to
.credentials/client_secret.json
. - run
npm install
. - run
npm start
.