check-url-type

1.0.1 • Public • Published

Check Url Type

It's a pure javascript library for checking url content-types and so on. It is also a node.js module. Check is url an image, an html file, etc.

Installation

use npm

$ npm i check-url-type

or include this in your html

<script src="https://cdn.jsdelivr.net/npm/check-url-type/index.js"></script>

Usage

//in node.js:
const check_url_type = require('check-url-type');
var type = check_url_type.get_type('url');
 
//in browser:
var type = check_url_type.get_type('url');

Package Sidebar

Install

npm i check-url-type

Weekly Downloads

50

Version

1.0.1

License

Apache-2.0

Unpacked Size

3.13 kB

Total Files

6

Last publish

Collaborators

  • victorhz