Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/karthikraji2020/socialiconslinks
- Owner: karthikraji2020
- Created: 2020-09-03T18:01:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T18:49:32.000Z (over 4 years ago)
- Last Synced: 2024-11-10T16:53:49.925Z (2 months ago)
- Language: JavaScript
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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*