Update README.md
1 file changed
tree: 9aae2dd2e86e51ba571759062724ac2839d8de38
  1. exercises/
  2. .gitignore
  3. openwhisk_workshop.js
  4. package.json
  5. README.md
README.md

OpenWhisk Workshop

Example workshop using the NodeSchool project.

Allows developers to work through a series of examples that the utility can verify they have completed.

See the exercises for details.

usage

$ git clone https://github.ibm.com/thomas6/openwhisk_workshop.git
$ cd openwhisk_workshop
$ npm install 
$ node openwhisk_workshop.js

If this was published externally, the developer would just have to run...

$ npm install -g openwhisk_workshop 
$ openwhisk_workshop

overview

exercises

Each exercise comes with a README.md file explaining the concept being introduced and then a test to verify they have understood it works.

exercise

Running the following commands, executes the tests and report to the user whether they have successfully passed that section. verify

$ node openwhisk_workshop.js verify