linkMin is a simple url shortner written in node.js, expressjs, nginx and redis technologies.
install nginx [http://nginx.org/]
install node.js [http://nodejs.org]
install redis [http://redis.io]
git clone repo
cd into/repo
npm install
node app
save links forever in redis. links then redirects to saved url.
/////////////////////////////// API ///////////////////////////////////// [get Url] post /shortner/fetch body -> key // [mandatory] key for the url
[create Url] post /shortner/create body -> url // [mandatory] url to be shortened key // [optional] key for the url
[delete Url] post /shortner/delete key // [mandatory] key to be deleted
//////////////////////////////// API ////////////////////////////////////]
Nikhil Ranjan
@niklabh
[email protected]
Software Engineer -> Node.js
Minify
Bootstrap
filter http://[url] and [url]
error on already existing links
edit links
etc et al.