Skip to content

Commit

Permalink
Onboard for OpenWeather connector (#351)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkhanh-axonivy authored Apr 11, 2024
1 parent 3307229 commit acaac64
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Binary file added market/connector/open-weather-connector/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions market/connector/open-weather-connector/meta.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://json-schema.axonivy.com/market/10.0.0/meta.json",
"id": "open-weather-connector",
"name": "OpenWeather Connector",
"description": "The OpenWeather connector provides real-time and forecast weather data for locations worldwide.",
"type": "connector",
"platformReview": "4.5",
"sourceUrl": "https://github.com/axonivy-market/open-weather-connector",
"statusBadgeUrl": "https://github.com/axonivy-market/open-weather-connector/actions/workflows/ci.yml/badge.svg",
"language": "English",
"industry": "Cross-Industry",
"tags": [ "Weather" ],
"mavenArtifacts": [
{
"repoUrl": "https://maven.axonivy.com",
"name": "OpenWeather Connector",
"groupId": "com.axonivy.connector.openweather",
"artifactId": "open-weather-connector-product",
"type": "zip"
}
]
}

0 comments on commit acaac64

Please sign in to comment.