File tree Expand file tree Collapse file tree 1 file changed +17
-3
lines changed
Expand file tree Collapse file tree 1 file changed +17
-3
lines changed Original file line number Diff line number Diff line change 1- # async-mqtt
2-
3- Promise wrapper over MQTT.js
1+ <h1 align =" center " >async-mqtt</h1 >
2+ <p align =" center " >Promise wrapper over MQTT.js</p >
3+ <p align =" center " >
4+ <a href =" https://github.com/mqttjs/async-mqtt " >
5+ <img alt="" src="https://david-dm.org/mqttjs/async-mqtt.svg?style=flat-square">
6+ </a >
7+ <a href =" https://www.npmjs.com/package/async-mqtt " >
8+ <img alt="" src="https://img.shields.io/npm/dt/async-mqtt.svg?style=flat-square">
9+ </a >
10+ <a href =" https://www.npmjs.com/package/async-mqtt " >
11+ <img alt="" src="https://img.shields.io/npm/v/async-mqtt.svg?style=flat-square">
12+ </a >
13+ <br >
14+ <a href =" https://github.com/mqttjs/async-mqtt " >
15+ <img alt="" src="https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square">
16+ </a >
17+ </p >
418
519** IMPORTANT: Make sure you handle rejections from returned promises because they won't crash the process**
620
You can’t perform that action at this time.
0 commit comments