Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

josheverett/goslash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Editable custom shortlinks.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published