Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/karthikraji2020/socialiconslinks

Get social Icons Links for Your Website or Web Application.
https://github.com/karthikraji2020/socialiconslinks

Last synced: 5 days ago
JSON representation

Get social Icons Links for Your Website or Web Application.

Awesome Lists containing this project

README

        

# SocialIconsLinks

Get social Icons Links for Your Website or Web Application.

# Installation

`npm i social-icon-link --save`

Then...

```
import {socialIconsLinks} from 'social-icon-link';

socialIconsLinks([
{socialName :"facebook",url:"https://www.facebook.com"},
{socialName :"github",url:"https://github.com"}
]);
```

## Options

SocialIconsLinks supports 2 options

* *socialName*
* *url*