lux4rd0 / weatherflow-collector

The WeatherFlow Collector is a comprehensive data collection system that gathers weather data from local UDP broadcasts and remote APIs. It seamlessly feeds this data into InfluxDB V2, which can be visualized using a set of pre-configured Grafana dashboards. The application provides real-time current conditions and detailed forecasts.
https://labs.lux4rd0.com/weatherflow-collector/
GNU Affero General Public License v3.0
77 stars 9 forks source link

Add a check for jq #24

Closed perfectly-preserved-pie closed 5 months ago

perfectly-preserved-pie commented 11 months ago

Hi,

I noticed the docker-compose.sh script uses jq; I didn't have it installed when I ran it so it displayed a bunch of errors.

If the script is going to use jq we should check for it before continuing on with the script.

lux4rd0 commented 5 months ago

I pulled any requirements for JQ as I'm no longer building the compose.yaml files. I build what I need in the application now. Appreciate the pull request, though! Thanks!