You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A command line too to pull data about videos in a particular playlist or channel, to be used in n a ClojureScript Landing page (or similar video preview)
Access to the YouTube API requires a developer token (from what I remember), so a CLI should pick that us from an environment variable
(One reason why this is a CLI tool, so the token isn't exposed in a ClojureScript site on GitHub)
Although, it could be added as a GitHub secret?
All the required data would be acquired and made available in Clojure (End) format.
Then this data can be committed into the GitHub project and used to show video thumbnails and other titles
Alternatively, make a REPL driven tool, creating a little library that could be added to the user namespace of a (landing page) project.
The text was updated successfully, but these errors were encountered:
A command line too to pull data about videos in a particular playlist or channel, to be used in n a ClojureScript Landing page (or similar video preview)
Access to the YouTube API requires a developer token (from what I remember), so a CLI should pick that us from an environment variable
(One reason why this is a CLI tool, so the token isn't exposed in a ClojureScript site on GitHub)
Although, it could be added as a GitHub secret?
All the required data would be acquired and made available in Clojure (End) format.
Then this data can be committed into the GitHub project and used to show video thumbnails and other titles
Alternatively, make a REPL driven tool, creating a little library that could be added to the
user
namespace of a (landing page) project.The text was updated successfully, but these errors were encountered: