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.
- Run
npm install
. - Run
npm start
ornpm run dev
, depending if you want Nodemon to run the application or not.