Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/educastellano/proxy
A proxy to bind your apps to an API during development.
https://github.com/educastellano/proxy
proxy webapp
Last synced: 6 days ago
JSON representation
A proxy to bind your apps to an API during development.
- Host: GitHub
- URL: https://github.com/educastellano/proxy
- Owner: educastellano
- Created: 2016-07-02T15:44:41.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-21T21:33:29.000Z (almost 8 years ago)
- Last Synced: 2024-11-18T07:47:51.692Z (2 months ago)
- Topics: proxy, webapp
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Proxy
A proxy to bind your apps to an API during development.
## Install
```sh
npm install @educastellano/proxy --save-dev
```## Usage
Useful as a script in your package.json:
```
{
"start": "proxy --url http://mytestserver.com --static app"
}
```**CLI Options**
```
--host // Host to bind (default 127.0.0.1)
--port // Port to bind (default 8080)
--url // Remote url
--static // Folder for static files
```## Changelog
### 1.0.0
* Initial release