1.0.4 • Published 1 year ago

bg-rickroll v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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

  1. Install packagenpm install -g bg-rickroll
  2. Run application
    • Visible mode npx bg-rickroll
    • Background mode(WIP) npm run start:background
  3. 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

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago