opus1269 / photo-screen-saver

A Chrome Extension providing a screen saver with custom photo sources. Developed with Polymer Web Components
https://chrome.google.com/webstore/detail/kohpcmlfdjfdggcjmjhhbcbankgmppgc
Other
21 stars 10 forks source link

Add support for other users shared Google Photos albums #6

Open opus1269 opened 8 years ago

cjhaviland commented 6 years ago

Hey, I am super interested in implementing this for slightly selfish reasons, but I am having a tough time getting started with the build. I clone the repo locally and did an npm install, but when I load the extension into Chrome I just get a ton of errors for missing JS files. Not sure what I missed. photo-screen-saver-06-01

opus1269 commented 6 years ago

It also uses bower and gulp.

You need to do bower install to get all the js libraries then gulp dev to build the extension

jletendre commented 6 years ago

@cjhaviland Did you manage to make that work? I would be quite interested in trying it.