Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 1.09 KB

README.md

File metadata and controls

81 lines (57 loc) · 1.09 KB

WorldCat Metadata API Google Add On

Use cases

  • Get Current OCLC Number
  • Get MergedOCNs
  • Get basic Metadata
  • Check My Holding Status
  • Get Holdings Count
  • Check Retentions
  • Get Retentions

Prerequisites

Google Account

Install NPM

https://www.npmjs.com/get-npm

Install clasp

npm install @google/clasp -g

Installation instructions

Step 1: Clone the repository

Clone this repository

$ git clone {url}

or download directly from GitHub.

Change into the application directory

Step 2: Install dependencies

$ npm install

Step 3: Bundle Add on

$ npm run build

Step 4: Deploy to your Google Account

$ npm run push-dist

Testing and development

Step 1: Clone the repository

Clone this repository

$ git clone {url}

or download directly from GitHub.

Change into the application directory

Step 2: Install dependencies

$ npm install

Step 3: Run local tests

$ npm test

Step 4: Testing in Google infrastructure

$ npm push