Request Header Parser Microservice Created for Free Code Camp User Story Implemented: I can get the IP address, language and operating system for my browser. Usage: https://request-header-xfilipe.herokuapp.com/api/whoami Output: { ipaddres: "179.108.194.35", language: "pt-BR", software: "X11; Linux x86_64" }