-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b725d3b
commit e2b0ff5
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# YTCopyrightFinder | ||
This webpage is designed to take in a song name and artist and check whether that song is copyright licensed on YouTube. | ||
|
||
DESCRIPTION - This webpage is designed to take in a song name and artist and check whether that song is copyright licensed on YouTube. | ||
|
||
INSTALLATION - simply download the folder, open the folder, run the index.html file. | ||
|
||
IMPORTANT - You need your own personal Youtube Data V3 API key to be able to use this project. | ||
|
||
HOW TO USE - Create your Youtube data v3 API key <a href="https://developers.google.com/workspace/guides/create-credentials#api-key">here</a>. Then input the API key into the upper right of the index.html file where it asks for your api key. From here you will be able to input your song artist and song title inside the designated locations. Be sure to not leave any inputs blank. | ||
|
||
CREDITS - The Youtube Data V3 API was used to create this program. |