https://github.com/beaglefoot/fcc-request-header-parser
https://github.com/beaglefoot/fcc-request-header-parser
express rest
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/beaglefoot/fcc-request-header-parser
- Owner: Beaglefoot
- Created: 2018-04-19T20:01:33.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-21T14:51:46.000Z (about 7 years ago)
- Last Synced: 2025-02-03T23:54:44.183Z (3 months ago)
- Topics: express, rest
- Language: JavaScript
- Homepage: https://fcc-request-parser-bf.glitch.me/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Request Header Parser Microservice
The second project in API section on [freeCodeCamp](https://www.freecodecamp.org/challenges/request-header-parser-microservice).
**The only user story is...**
* I can get the IP address, language and operating system for my browser.
**Example of usage:**
Url
```
https://fcc-request-parser-bf.glitch.me/api/whoami
```Response
```
{"ip":"8.8.8.8","lang":"en-US","os":"X11; Linux x86_64"}
```