Skip to content

maximls/youtube-channel-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Source code for safekidsvideos.com

Create config.js in ./src directory. Replace with your own API keys;


export let key = "";

window.location === "https://kidsafevideos.com"
  ? (key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")
  : (key = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");

export const restrict = "strict"; // other options: "none", "moderate" More info: https://developers.google.com/youtube/v3/docs/search/list (safeSearch)
export const numOfChannels = 3; // number of channels allowed

About

Source code for kidsafevideos.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published