Skip to content

lukekarrys/livefromquarantine.club

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Links

Get Data

Run this to get raw.json:

curl \
  'https://www.googleapis.com/youtube/v3/playlistItems?part=snippet&maxResults=50&playlistId=PLRSI_QNxGZ2lZP141po9tLGpLqM6ciuP1&key=[YOUR_API_KEY]' \
  --header 'Authorization: Bearer [YOUR_ACCESS_TOKEN]' \
  --header 'Accept: application/json' \
  --compressed

Then run node parse-data.js which saves data to public/parsed.js

About

A music player for YouTube videos containing multiple songs. Originally built for daily/weekly quarantine live shows.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors