URL-getting Agent for Piping 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.