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

https://github.com/segmentio/is-url

Loosely validate a URL.
https://github.com/segmentio/is-url

paused

Last synced: about 1 year ago
JSON representation

Loosely validate a URL.

Awesome Lists containing this project

README

          

# is-url

> **Note**
> Segment has paused maintenance on this project, but may return it to an active status in the future. Issues and pull requests from external contributors are not being considered, although internal contributions may appear from time to time. The project remains available under its open source license for anyone to use.

Check whether a string is a URL.

## Installation

```sh
npm install is-url
```

## API

### `isUrl(string)`

Returns a Boolean indicating whether `string` is a URL.

## License

MIT