4.0.0 • Published 7 years ago

@mrgalaxy/shorturl v4.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

URL Shortener Service

npm Build Status

This is the source code for my URL shortener. I made it as an experiment to see how URL shorteners work under the hood. The source is licensed under MIT so feel free to hack away!

Check out the live version: https://yuk.nu

Install

Install globally using NPM.

npm i @mrgalaxy/shorturl -g

Check that the tool was installed correctly.

shorturl-server --help

Usage

To run a local server, ensure a local Redis server has been started at the default port. Then run the following command:

shorturl-server

This will start a local server at http://localhost:3000.

4.0.0

7 years ago

3.1.1

8 years ago

3.1.0

8 years ago

3.0.1

8 years ago

3.0.0

8 years ago

2.0.5

8 years ago

2.0.4

8 years ago

2.0.3

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago