This is a demonstration application written to how to interact with OCLC web service in Node.js. It uses best programming practices like
- dependency management
- object-oriented programming
- model view controller (MVC) code structures
- unit testing
In a Terminal Window
$ cd {yourGitHomeDirectory}
$ git clone https://github.com/OCLC-Developer-Network/devnet2018-idm.git
$ cd devnet2018-idm
$ npm install
$ cp test_config.yml prod_config.yml
$ vi prod_config.yml
Edit the following values
- wskey
- secret
- institution
$ npm start
Point your web browser at the localhost address where these instructions will install it by default.
From the command line run
$ npm test
For a step by step tutorial on this application see the tutorial section