proxywoman/README.md
2019-10-30 00:18:49 +00:00

1.5 KiB

Postwoman

Postwoman Proxy

API request builder - Helps you create your requests faster, saving you precious time on your development.


A simple proxy server created for Postwoman and hosted by ApolloTV.

Demo 🚀

https://postwoman.io

Usage 💡

  1. Clone this repo with git.
  2. Install dependencies by running npm install within the directory that you cloned (probably postwoman-proxy).
  3. Compile the TypeScript code with npm run build.
  4. Start the production server with npm start.

Or with pm2:

  1. Clone this repo with git.
  2. Install dependencies by running npm install within the directory that you cloned (probably postwoman-proxy).
  3. Compile the TypeScript code with npm run build.
  4. Start the pm2 process with pm2 start.

Developing 👷

  1. Clone this repo with git.
  2. Install dependencies by running npm install within the directory that you cloned (probably postwoman-proxy).
  3. Start the development server with npm run dev.
  4. Set the proxy URL in Postwoman to the URL that is logged when you run the proxy.