From f2dcbe789f56bf1bb44ef6ef58b3b8489c3f9675 Mon Sep 17 00:00:00 2001 From: Madhusudhan Srinivasa Date: Sun, 4 Mar 2012 03:33:09 +0530 Subject: [PATCH] update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index cbb2cc7..a656434 100644 --- a/README.md +++ b/README.md @@ -78,12 +78,13 @@ app.post('/upload', function(req, res) { }); ``` -## Many Thanks to [Alleup](https://github.com/tih-ra/alleup) - ## To-do's * Support amazon storage * Support filesystem storage * Remove using of `eval` -* add remove file functionality -* add functionality to get the image url's -* write tests +* Add functionality to remove files +* Add functionality to get the image url +* Add functionality to get remote images, process the image and then upload to various storage systems +* Write tests + +### Many Thanks to [Alleup](https://github.com/tih-ra/alleup)