https://github.com/eliacontini/fcc-request-header-parser-microservice
Solution for the freeCodeCamp Request Header Parser Microservice Challenge
https://github.com/eliacontini/fcc-request-header-parser-microservice
expressjs microservice nodejs
Last synced: 7 months ago
JSON representation
Solution for the freeCodeCamp Request Header Parser Microservice Challenge
- Host: GitHub
- URL: https://github.com/eliacontini/fcc-request-header-parser-microservice
- Owner: EliaContini
- Created: 2021-02-15T06:43:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-15T06:47:53.000Z (about 5 years ago)
- Last Synced: 2025-08-11T19:15:06.859Z (8 months ago)
- Topics: expressjs, microservice, nodejs
- Language: HTML
- Homepage:
- Size: 1.95 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](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice)
Solution for freeCodeCamp APIs and Microservices Certification
## Requirements
- A request to `/api/whoami` should return a JSON object with your IP address in the `ipaddress` key.
- A request to `/api/whoami` should return a JSON object with your preferred language in the `language` key.
- A request to `/api/whoami` should return a JSON object with your software in the `software` key.