1.0.5 • Published 4 years ago

frameforward v1.0.5

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

Frameforward

A simple npm package to serve an iFrame.

Usage

$ npx frameforward --url http://hasthelargehadroncolliderdestroyedtheworldyet.com/
Started proxying to [http://hasthelargehadroncolliderdestroyedtheworldyet.com/] on port 8080

Most of the parameters can also be specified through environmental variables.

$ npx frameforward --help
  Usage: frameforward [options] [command]

  Commands:
    help     Display help
    version  Display version

  Options:
    -h, --help      Output usage information
    -p, --port <n>  The port to listen on [process.env.PORT] (defaults to 8080)
    -u, --url       The url to display [process.env.URL]
    -v, --verbose   Verbose logging (disabled by default)
    -V, --version   Output the version number
1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago