node-urlshortener

1.0.0 • Public • Published

node-urlshortener

Build Status

URL shortener for my application @ XIAG

Pre-Requirements

  • git
  • nodejs > 0.10
  • npm

👷 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

Readme

Keywords

Package Sidebar

Install

npm i node-urlshortener

Weekly Downloads

2

Version

1.0.0

License

MIT

Last publish

Collaborators

  • schtoeffel