Skip to content

camunda-community-hub/camunda-8-connector-openweather-api

Repository files navigation

OpenWeather API Camunda 8 Connector

Compatible with: Camunda Platform 8

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

Build

mvn clean package

API

Input

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

Output

{
  "weather": {
    "forecast": "....",
    "code": "...."
  }
}

Test locally

Run unit tests

mvn clean verify

Use the Camunda Connector Runtime to run your function as a local Job Worker.

Element Template

The element template can be found in the element-templates/template-connector.json file.

About

A custom connector for Camunda Platform 8 to retrieve the weather forecast

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published