@mrgalaxy/shorturl

4.0.0 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i @mrgalaxy/shorturl

Weekly Downloads

1

Version

4.0.0

License

MIT

Last publish

Collaborators

  • mrgalaxy