https://github.com/muhammadhasham23/request-header-parser-microservice
Request Header Parser with Node.js and express. A FCC Project.
https://github.com/muhammadhasham23/request-header-parser-microservice
express node parser requests-module
Last synced: 3 months ago
JSON representation
Request Header Parser with Node.js and express. A FCC Project.
- Host: GitHub
- URL: https://github.com/muhammadhasham23/request-header-parser-microservice
- Owner: MuhammadHasham23
- Created: 2018-02-08T17:17:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-08T17:30:10.000Z (over 8 years ago)
- Last Synced: 2025-02-23T15:46:09.894Z (over 1 year ago)
- Topics: express, node, parser, requests-module
- Language: JavaScript
- Size: 521 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FreeCodeCamp Backend Project: Request Header Parser Microservice
### User stories:
I can get the IP address, language and operating system for my browser.
## Example usage:
```url
https://requestheaderparser2311.herokuapp.com/
```
## Example output:
```json
{"ipaddress":"10.180.49.12","language":"en-US","software":"Windows NT 10.0; Win64; x64"}
```
## Live Demo
```url
https://requestheaderparser2311.herokuapp.com/
```