Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 458 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 458 Bytes

Uptime Counter

Description

Measures the uptime of your internet connection and displays it in a simple way.

Installation

Requirements

  • Python 3.6+
  • pip
  • make
  • virtualenv
  • sqlite3

Install

git clone https://github.com/lucasburlingham/uptime-counter
cd uptime-counter
make install

Usage

make run

or

cd src
flask run

License

MIT License - see the LICENSE file for details