/url-shortener

URL Shortener made with Node.js and Express.

Primary LanguageJavaScript

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.