https://github.com/sigfriedcub1990/headers_parser
Request Headers Parser
https://github.com/sigfriedcub1990/headers_parser
Last synced: 3 months ago
JSON representation
Request Headers Parser
- Host: GitHub
- URL: https://github.com/sigfriedcub1990/headers_parser
- Owner: sigfriedCub1990
- Created: 2023-05-01T02:50:09.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T23:27:40.000Z (about 2 years ago)
- Last Synced: 2025-01-15T01:43:13.417Z (4 months ago)
- Language: TypeScript
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Request Header Parser
## Description
A simple microservice that returns a `JSON` containing information about the request.
## How to use it?
1. Clone this repo with Git.
2. Run `npm test`
3. Create a `.env` file with `PORT=3000`
4. If everything went well run `npm start`