Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zztkm/ssl-checker-example
https://github.com/zztkm/ssl-checker-example
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/zztkm/ssl-checker-example
- Owner: zztkm
- Created: 2021-09-16T09:48:53.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-04T07:32:57.000Z (over 3 years ago)
- Last Synced: 2024-12-20T23:29:54.110Z (14 days ago)
- Language: TypeScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSL Check example
対象のドメインがSSL対応しているかをチェックするやつの Example
1. install deps
```shell
yarn install
```2. execute script
```shell
yarn start
```