m0rp43us / openmeteopy

openmeteopy is a client Python wrapper library for Open-Meteo web API. It allows quick and easy consumption of OM data from Python applications via a simple object model and in a human-friendly fashion.
https://pypi.org/project/openmeteo-py/0.0.1/
MIT License
128 stars 29 forks source link

Add support for commercial use #5

Closed Tatallias closed 1 year ago

Tatallias commented 1 year ago

The customer API service is tailored for commercial use and offers dedicated API server instances to ensure enough resources are available and the API operates reliably. The customer API is using different domains like customer-api.open-meteo.com and API keys in the URL &apikey=abc123. Otherwise the syntax is exactly the same.

see Pricing