Metadata-Version: 2.1
Name: down
Version: 1.0
Summary: A CLI tool to check if a site or a list of sites are down or up
Home-page: https://github.com/sdushantha/down
Author: Siddharth Dushantha
Author-email: siddharth.dushantha@gmail.com
License: UNKNOWN
Description: # down
        > Check if a website is up or down.
        
        <p align="center">
        <a href="https://asciinema.org/a/185168">
        <img src="https://user-images.githubusercontent.com/27065646/40878073-dd8bfc5e-668b-11e8-8442-17de240bc646.png">
        </a>
        </p>
        
        
        # :floppy_disk: Installation
        
        ```bash
        # clone the repo
        $ git clone https://github.com/sdushantha/down.git
        
        # install the requirements
        $ pip3 install -r requirements.txt
        ```
        
        ## :hammer: Usage
        ```bash
        Usage: python3 down.py [file] [url]
        
        Example
          python3 down.py url_list.txt
          python3 down.py https://www.example.com
        ```
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
