2017-05-17 20:38:57 -04:00
2017-05-08 21:56:35 -04:00
2017-05-15 21:46:41 -04:00
2017-05-17 20:38:57 -04:00

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

  1. update SHEET_ID and SHEET_NAME in index.js.
  2. 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.
  3. run npm install.
  4. run npm start.
Description
A simple website to serve a list of books currently in my possession.
https://library.yetaga.in/
Readme 1.9 MiB
Languages
Go 73%
JavaScript 15.3%
CSS 7.2%
HTML 3.6%
Makefile 0.7%
Other 0.2%