Skip to content

Add Open-Meteo adapter#5

Closed
ankitranjan7 wants to merge 3 commits into
mainfrom
add-open-meteo-adapter-pr
Closed

Add Open-Meteo adapter#5
ankitranjan7 wants to merge 3 commits into
mainfrom
add-open-meteo-adapter-pr

Conversation

@ankitranjan7

@ankitranjan7 ankitranjan7 commented Jul 3, 2026

Copy link
Copy Markdown

Summary

  • add Open-Meteo no-key public API adapter commands
  • commands added:
    • webcmd open-meteo current <location>
    • webcmd open-meteo forecast <location>
    • webcmd open-meteo hourly <location>
    • webcmd open-meteo air-quality <location>
  • support city names or lat,lon via Open-Meteo geocoding
  • support --units metric|imperial for weather commands that expose weather units
  • regenerate cli-manifest.json

Verification

  • webcmd doctor
  • direct endpoint probes returned HTTP 200 JSON for forecast hourly fields and air-quality hourly fields
  • npm run build-manifest
  • npm run typecheck
  • npm run check:silent-column-drop
  • npm run check:typed-error-lint
  • npm test -- clis/open-meteo/open-meteo.test.js
  • npm test
  • live verified:
    • node dist/src/main.js open-meteo hourly Seattle --hours 2 --format json
    • node dist/src/main.js open-meteo air-quality Seattle --hours 2 --format json
  • webcmd browser verify --strict-memory passed for open-meteo/hourly and open-meteo/air-quality with tightened local fixtures

@rishabhraj36

Copy link
Copy Markdown
Collaborator

Closing this because the adapter has been published as an external Webcmd plugin: https://github.com/rishabhraj36/webcmd-plugin-open-meteo

Install it with: webcmd plugin install github:rishabhraj36/webcmd-plugin-open-meteo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants