desckit icon indicating copy to clipboard operation
desckit copied to clipboard

Custom Desktop Wallpaper Generator with NodeJS and PhantomJS

Results 6 desckit issues
Sort by recently updated
recently updated
newest added

Right after `node .` I got that `(node) sys is deprecated. Use util instead.` I ran `grep -r "require('sys')" .` and I got that ./node_modules/express/node_modules/connect/node_modules/formidable/lib/util.js: module.exports = require('sys'); ./node_modules/express/node_modules/connect/node_modules/formidable/node-gently/test/common.js: ,...

On Osx, after following the installation instructions and browsing to the specified url, got: Cannot GET /descks/base-desck/display also, no public/cache

When navigating to the http://localhost:1280/descks/base-desck/display URL, desckit crashes ``` /Users/jweis/mysrc/eli_desckit/node_modules/weather/yahoo.js:71 if (result.Found) ^ TypeError: Cannot read property 'Found' of undefined at Request._callback (/Users/jweis/mysrc/eli_desckit/node_modules/weather/yahoo.js:71:13) at Request.self.callback (/Users/jweis/mysrc/eli_desckit/node_modules/weather/node_modules/request/main.js:119:22) at Request. (/Users/jweis/mysrc/eli_desckit/node_modules/weather/node_modules/request/main.js:525:16) at...

We need an installation script that will install the following dependancies: - [PhantomJS](http://phantomjs.org/) - [ImageMagic](http://www.imagemagick.org/script/binary-releases.php) and will install Desckit as a daemon in the system (ticket #5 is open for...