Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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