check-ssl-status
v1.2.1
Published
Check if a site has SSL enabled or not
Downloads
1
Readme
✨ Check-URL-SSL
This is a react/nextjs-typescript project created by Abolade Greatness
, helping you check if a domain or website has SSL enabled.
🔧 Installation
npm i check-ssl-status
I'll provide support for other packages with time. Happy to collaborate with anyone. 🤝
😍 Features
- Compatible with React.js and Next.js
- Easy to set up for real, you can make it work in less than 10sec!
- Works with any type of URL
- Typescript supported
The gist
import React from "react";
import UrlSSLChecker from "./UrlSSLChecker";
const MyComponent: React.FC = () => {
return (
<div>
<h1>Check SSL for URLs</h1>
<UrlSSLChecker url="https://example.com" />
<UrlSSLChecker url="http://example.com" />
</div>
);
};
export default MyComponent;
🤝 Contribute
Show your ❤️ and support by giving a ⭐. Any suggestions are welcome! Take a look at the contributing guide.
You can also find me on twitter and Linkedin. My pseudo is [thegrtnx].
🤐 License
Licensed under MIT