[DEPRECATED] - This library provides functionality of executing a snippet of source code as OpenWhisk action for OpenWhisk Xcode Source Editor Extension

Clone this repo:

Branches

  1. b441222 Update README with badges and source files with ASF license headers. (#5) by Matt Rutkowski · 7 years ago master
  2. d4116aa basic functionality as a library used by OpenWhisk Xcode Source Editor (#4) by aslom · 7 years ago
  3. 4150e24 Initial check-in by Paul Castro · 7 years ago

OpenWhisk Playground

License

Usage

This library provides functionality of executing a snippet of source code as OpenWhisk action for OpenWhisk Xcode Source Editor Extension in order to test Swift OpenWhisk functions quickly. More details in https://github.com/openwhisk/openwhisk-xcode

Development and testing

DEBUG=openwhisk-playground nodemon test.js

and with more debugging

DEBUG=openwhisk-playground-test,openwhisk-playground nodemon ./test.js