WhiskBot Demo App Added + lots of other small changes (#18)

* Issue #3 update with rule and sequence support, also scope to specific target

Update README.md

Update README.md

Update README.md

Update README.md

Update README.md

* Issue 11, Add ability to specify target

remove warnings, unwrap deploy directory name for correct path, update namespace to use default

* Bump up version number

Update CONTRIBUTING.md

* Added WhiskBot Demo App

Removed excess folder

new icon images added

Conversation workspace readded

cleanup, added translation constants to constant list

Removed Carthage, started IBM Constants plist for OW keys

* Seperated OW Credentials into IBMConstants.plist

Create README.md

Create README.md

Update README.md

Update README.md

Update README.md

* Apache IBM License added to all files

Update README.md

Update README.md

Update README.md

New image for documentation

Update README.md

Update README.md

Update README.md

Update README.md

Final Changes

Added demo video
280 files changed
tree: a90780abca596ab5a8485deac8ce430e05c3e6c8
  1. whiskbot-demo-app/
  2. wsktools/
  3. xcode-playgrounds-extension/
  4. .gitignore
  5. CONTRIBUTING.md
  6. LICENSE.txt
  7. README.md
README.md

openwhisk-xcode

Collection of OpenWhisk tools for OS X implemented in Swift 3.

Inside this Repo there are three projects. Click into any directories to see more information about each project.

OpenWhisk Xcode Extension

The OpenWhisk Xcode Source Editor Extension interfaces directly with OpenWhisk Playgrounds in order to test Swift OpenWhisk functions quickly.

WhiskBot - OpenWhisk Watson Conversation Chatbot

An iOS chatbot application that uses OpenWhisk actions as middleware. WhiskBot has the ability to translate messages, using a translation OpenWhisk Action and post to Slack.

WskTools

A CLI tool that allows developers to install OpenWhisk “projects” into the OpenWhisk backend. A project contains sets of actions (JS and Swift), triggers, and rules which can be installed with a single command wsktool install. You can do the opposite with wsktool uninstall. You can see an example of an OpenWhisk project here.