Documentation can be found on : https://github.com/viktoriussuwandi/Request-Header-Parser-Microservice
This is the boilerplate to complete the Request Header Parser Microservice project. Instructions for building this project can be found at https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice
* using req.header to get user language
* using req.header to get user software
* using req.ip to get user ip
- You should provide your own project, not the example URL.
- A request to
/api/whoami
should return a JSON object with yourIP address
in the ipaddress key. - A request to
/api/whoami
should return aJSON object
with your preferred language in thelanguage
key. - A request to
/api/whoami
should return aJSON object
with your software in thesoftware
key.