node-urlshortener
v1.0.0
Published
Shorten an url
Downloads
8
Readme
node-urlshortener
URL shortener for my application @ XIAG
Pre-Requirements
- [x] git
- [x] nodejs > 0.10
- [x] npm
:construction_worker: Installation
git clone https://github.com/stoeffel/node-urlshortener
cd node-urlshortener
npm install
npm run-script serve
- compiles all ES6-files to ES5
- runs all tests
- starts the server
- Open browser at
http://127.0.0.1:1338
- port and host can be changed in
config.es6
Fast intallation
npm install node-urlshortener -g
node-urlshortener
- Open browser at
http://127.0.0.1:1338
- port and host can be changed in
config.es6