View on GitHub

mqtt-transformer

A simple service which consumes, transforms and periodically republish json messages on mqtt.

Crypto2MQTT

Github page

Gets crypto data from CoinGecko and publishes to MQTT.

Crypto output format;

{
  "ethereum":{
    "usd":421.35
  },
  "bitcoin":{
    "usd":11956.76
  }
}

Recipes