0.0.10 • Published 9 years ago

shurl v0.0.10

Weekly downloads
12
License
ISC
Repository
github
Last release
9 years ago

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/
0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.5

9 years ago

0.0.3

9 years ago

0.0.2

9 years ago

0.0.1

9 years ago