Request Header Parser Microservice

This API will respond with a JSON object containing the user’s IP address, preferred language, and information about their browser and operating system.

I built this microservice for freeCodeCamp’s second APIs and Microservices Projects.

This project was quite straightforward, and with no struggles to report, took me 2h15 to design, code, style, and review.

User Stories

The brief for the Request Header Parser Microservice project was as follows:

  1. I can get the IP address, preferred languages (from header Accept-Language) and system infos (from header User-Agent) for my device.