A little Bash script for querying the Sensebox installed at Krautspace.
This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2018-08-07 21:46:50 +02:00
LICENSE Initial commit 2017-11-19 18:36:42 +01:00
README.org added bash script to query sensebox 2017-11-19 18:56:03 +01:00
sensebox-query refactored code for table output 2018-08-07 21:46:50 +02:00

sensebox-query

A little Bash script for querying the Sensebox installed at Krautspace.

There are still some things to do, feel free to contribute code to solve these issues.

TODO:

  • make output to shell prettier

    • use conditional coloring, e.g. cold -> blue, warm -> red
    • use ASCII art
    • format date
  • deal with errors

    • curl might not be installed
    • curl might fail (e.g. no connection)
    • grep might not find anything