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 "weather" package from openwhisk to openwhisk-catalog #667

Closed houshengbo closed 8 years ago

houshengbo commented 8 years ago

Issue #4 is a prereq.

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

/openwhisk-openwhisk/catalog/weather

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

/openwhisk-catalog/packages/weather

including action files

forecast.js

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

installWeather.sh

Please note, there 2 other places where we have "weather" related actions/feeds. This issue only seeks to move the forecast.js for now. Other issues will be opened to address these other actions/feeds later.

houshengbo commented 8 years ago

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