Skip to content

lucasburlingham/uptime-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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