Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mskian/sslcheck-api
SSL Expiry date Checker API - Built using Node.js and Express.js
https://github.com/mskian/sslcheck-api
api expiry express javascript json nodejs ssl ssl-certificate ssl-expiry sslcheck-api
Last synced: 10 days ago
JSON representation
SSL Expiry date Checker API - Built using Node.js and Express.js
- Host: GitHub
- URL: https://github.com/mskian/sslcheck-api
- Owner: mskian
- License: mit
- Created: 2021-01-05T12:03:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T21:23:39.000Z (2 months ago)
- Last Synced: 2024-09-15T12:50:02.437Z (2 months ago)
- Topics: api, expiry, express, javascript, json, nodejs, ssl, ssl-certificate, ssl-expiry, sslcheck-api
- Language: JavaScript
- Homepage: https://sslcheck.vercel.app/
- Size: 154 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SSLCheck API
![API Test](https://github.com/mskian/sslcheck-api/workflows/API%20Test/badge.svg)
Simple API to Get the SSL Expiry date, time and Days.
> SSL Expiry date Checker API - Built using Node.js and Express.js
## Requirements
- Node.js Stable version
- Yarn - For install and update the package
- Web Server with Node.js Support## usage
- clone to repo
```sh
git clone https://github.com/mskian/sslcheck-api.git
cd sslcheck-api
```- install packages
```sh
yarn install
```- Run the API
```sh
yarn start
```- Test the API on Browser
```sh
http://localhost:3001/google.com
``````json
[
{
"domain": "google.com",
"issued": "Monday, July 11, 2022 1:50 PM",
"expires": "Monday, October 3, 2022 1:50 PM",
"daysleft": 62,
"provider": "Google Trust Services LLC"
}
]
```## Deploy
you can deploy this script on `Vercel.com` for free
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fmskian%2Fsslcheck-api)
## Module
Node SSL Checker -
## LICENSE
MIT