Skip to content

jazarja/social-link-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Social Link Extractor

A small library to extract social profile links from HTML page.

Installation

npm install social-link-extractor

Usage

const social = require('social-link-extractor');

async ()=>{
    let result = social.extract("https://www.bca.co.id/");
    console.log(JSON.stringify(result,null,4));
}

Tests

npm test

Contributing

In lieu of a formal style guide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published