1.0.0 • Published 12 years ago

node-shorty v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
12 years ago

node-shorty

A simple node.js package that will generate tinyurl/bit.ly style URL paths given number.

This is useful if your webapp needs to generate shortened URLs. Just keep track of the number of shortened URLs generated and pass the counter into url_encode. Then, pass an encoded path into url_decode to find out the counter that was used to generate the URL path.

Example

See my open source URL shortner, wiqr, written for node.js.