Skip to content

Commit

Permalink
Added env var docs to README.
Browse files Browse the repository at this point in the history
  • Loading branch information
vuori committed Jul 17, 2020
1 parent 82e410c commit e6d65cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@

# How to use
Send your request to the server with the port 3000 and add your URL to the "url" query string like this:
`http://localhost:3000/?url=https://example.org`
`http://localhost:3000/?url=https://example.org`

To show the browser window, set the environment variable `PUPPETEER_HEADFUL=1`. To use a proxy,
set the `PUPPETEER_PROXY` environment variable, for example `PUPPETEER_PROXY=localhost:8080`.

0 comments on commit e6d65cf

Please sign in to comment.