breadlysm / SpeedFlux

Script to periodically run the Speedtest CLI application by Ookla and post results to InfluxDB.
MIT License
108 stars 69 forks source link

Refactor config to be more accessible and expandable #12

Closed breadlysm closed 3 years ago

breadlysm commented 3 years ago

should make Config and possibly other functions accessible globally without importing individual modules. This will make adding new config options for influx2 easier.

breadlysm commented 3 years ago

feature branch feature-influx2 has these changes completed.

breadlysm commented 3 years ago

Merged changes to wip branch with #18