fix(ci/config): Improve CI workflows, update project configuration, and clean up code formatting
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
# @push.rocks/smartnetwork
|
||||
|
||||
network diagnostics
|
||||
|
||||
## Install
|
||||
@ -58,7 +59,7 @@ const checkLocalPort = async (port: number) => {
|
||||
}
|
||||
};
|
||||
|
||||
checkLocalPort(8080); // Example port number
|
||||
checkLocalPort(8080); // Example port number
|
||||
```
|
||||
|
||||
### Checking Remote Port Availability
|
||||
@ -75,7 +76,7 @@ const checkRemotePort = async (hostname: string, port: number) => {
|
||||
}
|
||||
};
|
||||
|
||||
checkRemotePort('example.com', 443); // Checking HTTPS port on example.com
|
||||
checkRemotePort('example.com', 443); // Checking HTTPS port on example.com
|
||||
```
|
||||
|
||||
### Using Ping
|
||||
@ -131,7 +132,7 @@ These examples offer a glimpse into the module's utility in real-world scenarios
|
||||
|
||||
## License and Legal Information
|
||||
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
This repository contains open-source code that is licensed under the MIT License. A copy of the MIT License can be found in the [license](license) file within this repository.
|
||||
|
||||
**Please note:** The MIT License does not grant permission to use the trade names, trademarks, service marks, or product names of the project, except as required for reasonable and customary use in describing the origin of the work and reproducing the content of the NOTICE file.
|
||||
|
||||
|
Reference in New Issue
Block a user