shortlevel - A Node.js and LevelDB based URL-shortener.
npm install
node index.js
Browse to http://0.0.0.0:8080
- get /shorten?url=http://example.com will bring back a shortened url.
- visit that shortened url to go to http://example.com
shortlevel - A Node.js and LevelDB based URL-shortener.
npm install
node index.js
Browse to http://0.0.0.0:8080