camunda-8-connector-openweather-api
v1.0.4
Published
A Node.js Camunda 8 Connector to retrieve data from the OpenWeather API.
Downloads
5
Readme
camunda-8-connector-openweather-api-nodejs
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": "...."
}
}