Skip to content
This repository was archived by the owner on Mar 8, 2023. It is now read-only.

Files

Latest commit

 

History

History
16 lines (8 loc) · 490 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 490 Bytes

OpenWeatherMap

This demonstration project written in golang publishes weather information onto an MQTT message bus following the IoTDomain standard. It obtains current weather using openweathermap.

Dependencies

This publisher does not have any further dependencies, other than listed in the iotdomain-go README.md

Configuration

Edit openweathermap.yaml with the API key for access to the server and the cities to use.

See config files in ./test as examples