Now Go Versions Save

Create tinyurl/redirection service with ease.

v2.0.0

5 years ago

A fully rewrite. for a cleaner api & underneath implementation, supporting more advanced usage .

Added

  • New route type FUNCTION enable more freestyle usage.
  • Run with .json or .js config.

Deprecated

  • Proxy mode.
  • Remote config.
  • "Semi-auto" update with remote config.

v1.3.2

6 years ago
  • Add back the missing minimist

v1.3.1

6 years ago
  • Update micro to drop weight on dependencies.

v1.3.0

6 years ago

Thanks to @MiniGod , now we can create a tinyurl service on now.sh with just one command: now -e NOW_GO_CONFIG=http://example.com/config.json amio/now-go

Features

  • Support env variable NOW_GO_CONFIG for remote config. #12

Fixes

  • Redirect 404s with 302s #13
  • Make sure responses are ended #15