Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 838 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 838 Bytes

YouTube-Alarm-Clock

Description

YouTube-Alarm-Clock is a simple alarm clock that uses your cmd line as the interphase. It allows a user to pick any youtube video, copy the URL and schedule the video to play at a time of the users choosing.

Usage

Type the following in your terminal, in a folder where you don't mind the project appearing. That will copy the project to your computer (and create a new folder).

git clone https://github.com/Tyler320sc/YouTube-Alarm-Clock.git

To go into that directory

cd YouTube-Alarm-Clock
npm install
node index.js https://www.youtube.com/watch?v=V-_O7nl0Ii0 "2 minutes from now"

More Examples Of Usage Dealing With The Time Parameter

Only Double Quotes Can Be Used
"at 5pm"
"monday at 1:00am"
"2 years from yesterday at 5pm"