gurungsuman15 / just-socialmedia-type

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Just Social Media Checker

A lightweight package to check social media links

Installation

$ npm install just-socialmedia-checker --save

Usage

var checker = require('just-socialmedia-checker');

checker.check('https://facebook.com/something'); // => facebook
checker.check('https://fb.me/something'); // => facebook

About

License:MIT License


Languages

Language:JavaScript 100.0%