1.0.4 • Published 1 year ago

camunda-8-connector-openweather-api v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

camunda-8-connector-openweather-api-nodejs

Compatible with: Camunda Platform 8 npm.io npm.io

A Node.js Camunda 8 Connector to retrieve data from the OpenWeather API.

For instructions on how to run this connector, see the Camunda 8 Connector SDK for Node.js.

For an explanation of the source code of this connector, see this tutorial article.

API

Input

{
  "latitude": ".....",
  "longitude": ".....",
  "units": "....",
  "apiKey": "....",
  "resultVariable": "..."
}

Output

{
  [resultVariable || "weather"]: {
    "forecast": "....",
    "code": "...."
  }
}
1.0.4

1 year ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago