An open API service indexing awesome lists of open source software.

https://github.com/matoking/showmestuff

ShowMeStuff is a dashboard application designed for touchscreens that displays different kinds of information in realtime.
https://github.com/matoking/showmestuff

Last synced: about 1 year ago
JSON representation

ShowMeStuff is a dashboard application designed for touchscreens that displays different kinds of information in realtime.

Awesome Lists containing this project

README

          

# ShowMeStuff
ShowMeStuff is a dashboard application designed for touchscreens that shows different kinds of information at a glance. For example, ShowMeStuff can track the content of chosen log files, the status of different websites, disk usage and display them on screen in realtime.

# Installation
You need to have Python and Pip installed in order to run ShowMeStuff. On Debian-based distributions, you can install the required dependencies using the following commands
sudo apt-get install python python-pip
sudo pip install -r requirements.txt

# Usage
Configure the application by editing the settings.py file. settings.example.py contains information about the available configuration options and views.

To run the application, simply run the following command:
python run.py

You should now be able to use ShowMeStuff by going to the following URL on the web browser of your choice:
http://127.0.0.1:5210

# License
This is free and unencumbered software released into the public domain.

Anyone is free to copy, modify, publish, use, compile, sell, or
distribute this software, either in source code form or as a compiled
binary, for any purpose, commercial or non-commercial, and by any
means.

In jurisdictions that recognize copyright laws, the author or authors
of this software dedicate any and all copyright interest in the
software to the public domain. We make this dedication for the benefit
of the public at large and to the detriment of our heirs and
successors. We intend this dedication to be an overt act of
relinquishment in perpetuity of all present and future rights to this
software under copyright law.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS BE LIABLE FOR ANY CLAIM, DAMAGES OR
OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

For more information, please refer to