An open API service indexing awesome lists of open source software.

https://github.com/kailuser/jspie

JsPie - Command Line Website Status and FTP Checker
https://github.com/kailuser/jspie

Last synced: 11 months ago
JSON representation

JsPie - Command Line Website Status and FTP Checker

Awesome Lists containing this project

README

          

# JsPie - Command Line Website Status and Port Checker

JsPie is a command line tool for checking the status of a website and open port on the website's server.

## Requirements

- Node.js installed on your machine

## Installation

1. Clone the repository or download the files.
2. Navigate to the project directory in your terminal.
3. Run `npm install` to install the required packages.

## Usage

To use JsPie, navigate to the project directory in your terminal and run the following command:

```node
node index.js
```

This will start the program and prompt you to choose which function to run.

Which function to run?

1. Check website status
2. Check open port

Enter the number for the function you want to run and press enter.

### Check Website Status

This function checks the status of a website. Enter the URL of the website you want to check when prompted.

Enter the URL of the website you want to check:

The program will then display the status of the website.

### Check Open Port

This function checks if a port is open on a website's server. Enter the port and host when prompted.

Enter the port number you want to check:
Enter the host name you want to check:

## License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.