28 lines
No EOL
746 B
Markdown
28 lines
No EOL
746 B
Markdown
<div align="center">
|
|
<a href="https://postwoman.io"><img src="https://postwoman.io/icons/logo.svg" alt="Postwoman" height="128"></a>
|
|
<br>
|
|
<h1>Postwoman Proxy</h1>
|
|
<p>
|
|
API request builder - Helps you create your requests faster, saving you precious time on your development.
|
|
</p>
|
|
</div>
|
|
|
|
---
|
|
|
|
A simple proxy server created for [Postwoman](https://github.com/liyasthomas/postwoman/) and hosted by [ApolloTV](https://apollotv.xyz/).
|
|
|
|
## Demo 🚀
|
|
[https://postwoman.io](https://postwoman.io)
|
|
|
|
## Building
|
|
*These build scripts are for macOS/Linux systems. Currently, Windows build scripts have not yet been created.*
|
|
|
|
- For *NIX (Linux/macOS) systems:
|
|
```bash
|
|
$ ./build.sh unix
|
|
```
|
|
|
|
- For Windows systems:
|
|
```bash
|
|
$ ./build.sh win32
|
|
``` |