https://github.com/jodaz/request-header
A Request Header Parser microservice
https://github.com/jodaz/request-header
freecodecamp-project request-header-parser-microservice
Last synced: 23 days ago
JSON representation
A Request Header Parser microservice
- Host: GitHub
- URL: https://github.com/jodaz/request-header
- Owner: jodaz
- License: mit
- Created: 2018-08-12T20:31:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-16T13:16:07.000Z (almost 8 years ago)
- Last Synced: 2025-03-02T18:51:02.315Z (over 1 year ago)
- Topics: freecodecamp-project, request-header-parser-microservice
- Language: JavaScript
- Homepage: https://jesuodz-request-header.glitch.me/
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# request-header
A Request Header Parser microservice project, made for freeCodeCamp.
## Description
Using this api you can get the IP address, preferred languages and the system information of your device.
## Installation
```
$ git clone https://github.com/jesuodz/request-header.git
$ cd request-header
$ npm install
$ npm start
```
## Usage
- [live demo](https://jesuodz-request-header.glitch.me/)
### Example output
`{"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5",
"software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}`