is-url is a JavaScript library that provides simple URL validation. It allows you to check whether a given string is a valid URL or not. The library typically checks if the input follows the basic URL structure and whether the protocol and domain are in a valid format.
Checklist
[x] ✅ My code follows the code style of this project.
Related Issue
101
Proposed Changes
Additional Info
Checklist
[x] ✅ My code follows the code style of this project.
[ ] 📝 My change requires a change to the README.
[x] 🎀 I have updated the README accordingly.
[x] 👀 I have read the CONTRIBUTING document.
[ ] ✨ I have added tests to cover my changes.
[x] 🚩 All new and existing tests passed.
[x] 🌟 ed the repo
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)