Skip to content

Commit

Permalink
remove Weather Company Data package; IBM-specific and not maintained. (
Browse files Browse the repository at this point in the history
  • Loading branch information
dgrove-oss authored May 25, 2021
1 parent 26fadd7 commit 24b2daa
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 369 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
# Gradle
.gradle
build/
tests/credentials.json
.project
tests/.cache-main
tests/.classpath
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
This openwhisk-catalog maintains the package catalogs of openwhisk. In OpenWhisk, the catalog
of packages gives you an easy way to enhance your app with useful capabilities, and to access
external services in the ecosystem. Examples of external services that are OpenWhisk-enabled
include the Weather Company, Slack, and GitHub.system packages and sample packages.
include the Slack and GitHub.system packages and sample packages.

The catalog is available as packages in the `/whisk.system` namespace. See [Browsing packages](https://github.com/openwhisk/openwhisk/blob/master/docs/packages.md#browsing-packages)
for information about how to browse the catalog by using the command line tool.
Expand Down Expand Up @@ -57,7 +57,6 @@ For more details about how to use packages in the catalog, you can go to the REA
| --- | --- |
| [/whisk.system/github](./packages/github/README.md) | offers a convenient way to use the [GitHub APIs](https://developer.github.com/). |
| [/whisk.system/slack](./packages/slack/README.md) | offers a convenient way to use the [Slack APIs](https://api.slack.com/). |
| [/whisk.system/weather](./packages/weather/README.md) | Services from the Weather Company Data for IBM Cloud API|
| [/whisk.system/websocket](./packages/websocket/README.md) | Package to send messages to Web Socket server|

<!--
Expand Down
Binary file removed credentials.json.enc
Binary file not shown.
2 changes: 0 additions & 2 deletions packages/installCatalogUsingWskdeploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ deployProject "$SCRIPTDIR/slack/"

deployProject "$SCRIPTDIR/utils/"

deployProject "$SCRIPTDIR/weather/"

deployProject "$SCRIPTDIR/websocket/"

deployProject "$SCRIPTDIR/samples/"
Expand Down
89 changes: 0 additions & 89 deletions packages/weather/README.md

This file was deleted.

83 changes: 0 additions & 83 deletions packages/weather/forecast.js

This file was deleted.

100 changes: 0 additions & 100 deletions packages/weather/manifest.yaml

This file was deleted.

1 change: 0 additions & 1 deletion tests/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ tasks.withType(Test) {

task testWithoutCredentials(type: Test) {
exclude 'packages/slack/**'
exclude 'packages/weather/**'
}

dependencies {
Expand Down
Loading

0 comments on commit 24b2daa

Please sign in to comment.