New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

shurl

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

shurl

URL shortener

latest
Source
npmnpm
Version
0.0.10
Version published
Maintainers
1
Created
Source

shurl - URL shortener

This is a complete URL shortener web application. It contains the HTML UI client (single-page application with AJAX) to communicate with server (node.js). The server use to store URL address Redis storage (http://redis.io/).

System requirements:

  • Installed Node.js server
  • Installed Redis server

Config of the application in:

./config/app.json

Logging

Logs (log4js) are stored in the directory specified in the parameter --logDir.

Parameters for log4js in:

./config/log4js.json

Install with:

npm install

Examples start service:

npm start

Start the service and open in the your browser:

http://127.0.0.1:4444/shurl/

Keywords

url shortener

FAQs

Package last updated on 22 May 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts