Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 640 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 640 Bytes

isup

Travis Version GitHub license

Simple console website status checker based on isitup.org. isup supports Python 2.7 — 3.5

Installation

pip install isup

Usage

It can be used as s command line tool:

$ isup google.com
It's just you. google.com is up.

Testing

python setup.py test