Merge pull request #55 from peternewman/patch-2

This commit is contained in:
Sebastian Raff
2019-04-07 19:41:07 +02:00
committed by GitHub
2 changed files with 16 additions and 6 deletions

View File

@@ -1,7 +1,17 @@
language: ruby
rvm:
- 2.2
matrix:
fast_finish: true
include:
- rvm: 2.2
env:
- TASK='awesome_bot'
- env:
- TASK='codespell'
before_script:
- gem install awesome_bot
- if [ "$TASK" = "awesome_bot" ]; then gem install awesome_bot; fi
- if [ "$TASK" = "codespell" ]; then pip install --user git+https://github.com/codespell-project/codespell.git; fi
script:
- awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg,wiki.videolan.org,homegear.eu
- if [ "$TASK" = "awesome_bot" ]; then awesome_bot README.md --allow-dupe --white-list creativecommons,awesome-mqtt.svg,wiki.videolan.org,homegear.eu; fi
- if [ "$TASK" = "codespell" ]; then codespell --check-filenames --check-hidden --quiet 2 --regex "[a-zA-Z0-9][\\-'a-zA-Z0-9]+[a-zA-Z0-9]" $(eval "find ./ -type f | xargs"); fi

View File

@@ -291,7 +291,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
#### Messaging
* [mqtt-irc-bot](https://github.com/dobermai/mqtt-irc-bot) - A MQTT to IRC / IRC to MQTT bridge or bot.
* [mqttwarn](https://github.com/jpmens/mqttwarn) - Subscribe to MQTT topics (with wildcards) and notifiy pluggable services.
* [mqttwarn](https://github.com/jpmens/mqttwarn) - Subscribe to MQTT topics (with wildcards) and notify pluggable services.
* [twitter-to-mqtt](https://github.com/knolleary/twitter-to-mqtt) - A python daemon that uses the Twitter Streaming API to access tweets and republishes them to an MQTT topic.
@@ -323,7 +323,7 @@ MQTT is a lightweight client-server publish/subscribe messaging protocol, optimi
### Visualization, Dashboards
* [Crouton](http://crouton.mybluemix.net/crouton/gettingStarted) - A dashboard that taps into your IOT network, using only MQTT and JSON.
* [d3-MQTT-Topic-Tree](https://github.com/hardillb/d3-MQTT-Topic-Tree) - A MQTT Topic Tree viewer using the d3 collapsable tree and MQTT over websockets.
* [d3-MQTT-Topic-Tree](https://github.com/hardillb/d3-MQTT-Topic-Tree) - A MQTT Topic Tree viewer using the d3 collapsible tree and MQTT over websockets.
* [HelloIoT](https://github.com/adrianromero/helloiot) - HelloIoT is a MQTT client and dashboard application.
* [HOMR-REACT](https://github.com/klauserber/homr-react) - A configurable MQTT Visualization.
* [IoT OnOff](https://www.iot-onoff.com/) - Configurable iOS/Android app.