1.0.0 • Published 9 years ago

node-urlshortener v1.0.0

Weekly downloads
3
License
MIT
Repository
-
Last release
9 years ago

node-urlshortener

Build Status

URL shortener for my application @ XIAG

Pre-Requirements

  • git
  • nodejs > 0.10
  • npm

:construction_worker: Installation

  1. git clone https://github.com/stoeffel/node-urlshortener
  2. cd node-urlshortener
  3. npm install
  4. npm run-script serve
  • compiles all ES6-files to ES5
  • runs all tests
  • starts the server
  1. Open browser at http://127.0.0.1:1338
  • port and host can be changed in config.es6

Fast intallation

  1. npm install node-urlshortener -g
  2. node-urlshortener
  3. Open browser at http://127.0.0.1:1338
  • port and host can be changed in config.es6