@openpets/open-meteo-openapi
v1.0.0
Published
OpenAPI-generated Open-Meteo plugin from a community OpenAPI spec, with forecast and archive weather tools.
Maintainers
Readme
Open-Meteo OpenAPI Pet
OpenAPI-generated Open-Meteo pet.
Source Spec
- Community OpenAPI file:
https://raw.githubusercontent.com/mharrvic/chatgpt-weather-plugin/main/public/.well-known/openapi.yaml
This is not an official Open-Meteo OpenAPI document and may not include all endpoints.
Tools
open-meteo-openapi-test-connectionopen-meteo-openapi-get-forecastopen-meteo-openapi-get-archive
Environment Variables
Optional:
OPEN_METEO_OPENAPI_API_KEYOPEN_METEO_OPENAPI_HOST
Quick Test
cd pets/open-meteo-openapi
opencode run "test open-meteo-openapi connection" --print-logs
opencode run "get forecast for 52.52,13.41" --print-logs
opencode run "get archive data for 52.52,13.41 from 2025-01-01 to 2025-01-07" --print-logsPublish Before pets run
pets run open-meteo-openapi resolves @openpets/open-meteo-openapi from npm.
If you want to run it by package name (instead of local folder), publish first:
cd pets/open-meteo-openapi
pets publish --preview
pets publish