frequenz-floss / frequenz-api-weather

gRPC+protobuf specification and Python bindings for the Frequenz Weather API
MIT License
0 stars 8 forks source link

MWE for Weather API #83

Closed david-natingga-frequenz closed 6 months ago

david-natingga-frequenz commented 7 months ago

What's needed?

Weather API should have a minimal working example (MWE) that starts a client and gets some simple data.

Proposed solution

No response

Use cases

No response

Alternatives and workarounds

No response

Additional context

No response

cwasicki commented 7 months ago

For streaming we can use this: https://github.com/cwasicki/frequenz-api-weather/blob/wc/wc/test.py

david-natingga-frequenz commented 6 months ago

MWE for both historical and live data have been provided in https://github.com/frequenz-floss/frequenz-api-weather/pull/85.