dconnolly / chromecast-backgrounds

Archive of all Chromecast background images.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Break out googleusercontent url manipulating functions into index.js or possibly a separate node package.

dconnolly opened this issue · comments

Some of the functions in cli.js are not cli-specific, they are useful for parsing/manipulating google static urls for other purposes. They should be moved to index.js or their own node package, even if small. So far I haven't found a third-party node package on npm that does similar things.