Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/donmccurdy/echo-body
Listens on specified port and echos request bodies.
https://github.com/donmccurdy/echo-body
Last synced: about 2 months ago
JSON representation
Listens on specified port and echos request bodies.
- Host: GitHub
- URL: https://github.com/donmccurdy/echo-body
- Owner: donmccurdy
- Archived: true
- Created: 2015-12-03T15:26:37.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-11T04:37:52.000Z (almost 9 years ago)
- Last Synced: 2024-09-05T01:52:39.897Z (3 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# echo-body
Listens on specified port and echos request bodies.
## Getting Started
```
> npm install -g echo-body
> echo-body --port 3000
```