https://github.com/gerhynes/request-header-parser-microservice
A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.
https://github.com/gerhynes/request-header-parser-microservice
freecodecamp header-parser-microservice node
Last synced: 11 months ago
JSON representation
A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.
- Host: GitHub
- URL: https://github.com/gerhynes/request-header-parser-microservice
- Owner: gerhynes
- Created: 2021-01-07T21:53:57.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-02-12T21:11:34.000Z (about 5 years ago)
- Last Synced: 2025-01-31T11:48:52.834Z (about 1 year ago)
- Topics: freecodecamp, header-parser-microservice, node
- Language: HTML
- Homepage: https://request-header-parser-microservice.gkhynes.repl.co
- Size: 19.5 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
A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.`
[View live project](https://request-header-parser-microservice.gkhynes.repl.co)

### 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.