Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/segment-boneyard/is-human-url
Very loosely validate a url that humans might enter.
https://github.com/segment-boneyard/is-human-url
Last synced: about 7 hours ago
JSON representation
Very loosely validate a url that humans might enter.
- Host: GitHub
- URL: https://github.com/segment-boneyard/is-human-url
- Owner: segment-boneyard
- Created: 2013-12-04T23:43:13.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2013-12-04T23:53:32.000Z (almost 11 years ago)
- Last Synced: 2024-04-09T16:31:09.170Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 102 KB
- Stars: 7
- Watchers: 38
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
Awesome Lists containing this project
README
# is-human-url
Check whether a string is vaguely a URL.
## Installation
```
$ component install segmentio/is-human-url
```
```
$ npm install is-human-url
```## API
### isHumanUrl(string)
Checks whether `string` is vaguely a URL.
## License
MIT