node-urlshortener

Shorten an url

Usage no npm install needed!

<script type="module">
  import nodeUrlshortener from 'https://cdn.skypack.dev/node-urlshortener';
</script>

README

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