New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

bg-rickroll

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bg-rickroll

Node app to randomly run rickroll in your browser

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

Node BackgroundRickroll

License: MIT npm version

Just app that I made for fun. It plays the rickroll song in the background of your computer by default.

Usage

  • Install packagenpm install -g bg-rickroll
  • Run application
    • Visible mode npx bg-rickroll
    • Background mode(WIP) npm run start:background
  • Enjoy

Stop application

if you run the application in background mode, you can stop it by pm2 package or simply by running npm run stop

Parameters

You can also pass command line arguments to the package:

npx bg-rickroll --url=https://www.youtube.com/watch?v=dQw4w9WgXcQ --min=60 --max=120
ParameterDescriptionDefault
--urlURL to openhttps://www.youtube.com/watch?v=dQw4w9WgXcQ Never Gonna Give You Up by Rick Astley
--minMinimum interval time in seconds60
--maxMaximum interval time in seconds120

License

MIT License

Keywords

rickroll

FAQs

Package last updated on 09 Mar 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts