Skip to content

nwtgck/piping-url-agent

Repository files navigation

piping-url-agent

CircleCI

URL-getting Agent for Piping Server

Run the server

Here are several ways to run an agent server.

# Way 1
docker run -it -p 3000:3000 nwtgck/piping-url-agent

OR

# Way 2
npm i -g git+https://github.com/nwtgck/piping-url-agent#master
piping-url-agent

OR

# Way 3
cd <this repo>
npm i
npm start

Then, the agent server is run on http://locahost:3000.

You can access to URL by the order like the following.

  1. http://localhost:3000/?target_url=http://example.com&piping_url=https://piping.ml/mypath1
  2. https://piping.ml/mypath1.