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
- Host: GitHub
- URL: https://github.com/kailuser/jspie
- Owner: KailUser
- License: mit
- Created: 2023-02-18T16:22:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T17:26:33.000Z (over 3 years ago)
- Last Synced: 2025-03-10T13:55:46.083Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.