apache / openwhisk

Apache OpenWhisk is an open source serverless cloud platform
https://openwhisk.apache.org/
Apache License 2.0
6.5k stars 1.16k forks source link

Move "watson" package from openwhisk to openwhisk-catalog #668

Closed houshengbo closed 8 years ago

houshengbo commented 8 years ago

Issue #4 is a prereq.

Move sample "watson" in current repo./directory:

/openwhisk-openwhisk/catalog/watson

to the "openwhisk-catalog" repo. under directory structure:

/openwhisk-catalog/packages/watson

including action files

languageId.js
speechToText.js
textToSpeech.js
translate.js

Update install script (in /openwhisk-catalog/packages directory, after Issue #4 is completed) :

installWatson.sh
houshengbo commented 8 years ago

Refer to openwhisk-catalog: https://github.com/openwhisk/openwhisk-catalog/issues/8