fast, modern, simple url shortener
npm install
npm run dev
npm run build && npm start
WINNIPEG_BASE_URL
Base URL from which shorts are generated, usually the same as the hosting domain.
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"
}
}
MIT © Pier-Luc Gendreau