Update README with badges and source files with ASF license headers. (#5)

* Update README for ASF license and Travis badges.
4 files changed
tree: 550f9a64f93298b880e45912c2f78c21c2eaec53
  1. .gitignore
  2. .travis.yml
  3. CONTRIBUTING.md
  4. hello-action.js
  5. LICENSE.txt
  6. openwhisk-playground.js
  7. package.json
  8. README.md
  9. test-config.js
  10. test.js
  11. test.sh
README.md

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