https://github.com/fhightower/bandwidth-mock
https://github.com/fhightower/bandwidth-mock
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fhightower/bandwidth-mock
- Owner: fhightower
- Created: 2025-02-14T21:56:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-26T13:57:29.000Z (about 1 year ago)
- Last Synced: 2025-04-13T01:08:49.621Z (about 1 year ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Bandwidth Mock Server
## Quickstart
```
pip install -r requirements.txt
fastapi dev bandwidth_mock/api.py --port 1234
```