Skip to content
This repository was archived by the owner on Apr 21, 2020. It is now read-only.

esanai/simple-image-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-image-uploader

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

About

Simple image uploader with Node.js, Express and Imagemagick

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors