lrknaff / jet-fuel

A URL shortening service.
https://jet-fuel-lk.herokuapp.com/
0 stars 0 forks source link

Dsh shortener #25

Closed dshendrickson closed 7 years ago

dshendrickson commented 7 years ago

This includes the npm module 'shortid' to generated a unique short string. The string will is concatenated to a base url to serve as the shorted url.

note: '$ npm install' needs to be run after pull request.

lrknaff commented 7 years ago

Great work on the url shortening! That was really quick!