Simple image uploader with Node.js, Express and Imagemagick
It requires imagemagick CLI tools.
In Mac OS X,
brew install imagemagick
In Linux(Red Hat),
sudo yum install ImageMagick
In Linux(Ubuntu),
sudo apt-get install imagemagick
Then install npm modules and that's all.
npm install
node app.js
Look at the result in http://localhost:3000