Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 558 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 558 Bytes

urli.xyz

Build Status

About:

urli.xyz is a free, open source, no questions asked URL shortener. It's using node-cache to keep the shortened URLs in memory, making this piece of software blazing fast at what it's supposed to do.

Setup:

  1. Run npm install.
  2. Run npm start or npm run dev, depending if you want Nodemon to run the application or not.