1.0.0 • Published 7 years ago

winnipeg v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

winnipeg

fast, modern, simple url shortener

getting started

npm install

development

npm run dev

production

npm run build && npm start

environment variables

WINNIPEG_BASE_URL

Base URL from which shorts are generated, usually the same as the hosting domain.

deployment

While not bound to any particular provider, winnipeg's reference implementation runs on now with the following configuration:

{
  "name": "winnipeg",
  "alias": "nipeg.win",
  "env": {
    "WINNIPEG_BASE_URL": "https://nipeg.win"
  }
}

license

MIT © Pier-Luc Gendreau