0.1.1 • Published 9 years ago

goslash v0.1.1

Weekly downloads
7
License
-
Repository
github
Last release
9 years ago

goslash

Editable custom shortlinks.

Running on localhost

  1. $ DEBUG=goslash:* node ./bin/www
  2. http://localhost:3000/

For more production-like localhost development:

  1. Add the following to your /etc/hosts:

    # For local goslash development.
    127.0.0.1 golocal
  2. $ sudo PORT=80 DEBUG=goslash:* node ./bin/www

  3. http://golocal/

TODO

  • Paging for current links.
  • Search.
  • In the case of a slug 404, ask for a URL.