node-shorty

1.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i node-shorty

Weekly Downloads

2

Version

1.0.0

License

none

Last publish

Collaborators

  • JonAbrams