Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove Weather Company Data package; IBM-specific and not maintained. #322

Merged
merged 1 commit into from
May 25, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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