Skip to content

TheAmazingPT/open-links

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

open-links

Open links in new tabs or windows simultaneously

Install

npm install open-links

Usage

import openLinks from 'open-links';

const links = [
  'https://www.github.com',
  'https://www.nodejs.org',
  'https://www.npmjs.org'
];

openLinks(links, '_blank');

About

Open links in new tabs or windows simultaneously

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published