Measures the uptime of your internet connection and displays it in a simple way.
- Python 3.6+
- pip
- make
- virtualenv
- sqlite3
git clone https://github.com/lucasburlingham/uptime-counter
cd uptime-counter
make install
make run
or
cd src
flask run
MIT License - see the LICENSE file for details