Skip to content

debate-watch/poc

Repository files navigation

debate watch

development environment notes

downloading videos from the web

brew install youtube-dl

(or)

sudo curl https://yt-dl.org/latest/youtube-dl -o /usr/local/bin/youtube-dl
sudo chmod a+x /usr/local/bin/youtube-dl
youtube-dl http://www.c-span.org/video/?326033-1/iowa-gop-lincoln-dinner

ensure compliance with video provider terms and conditions

installing bower

npm install bower

installing packages from bower config (if already populated)

bower install

populate bower config upon package installation

bower install <package> --save

starting web server

python -m SimpleHTTPServer 8888 &

Releases

No releases published

Packages

No packages published

Languages