Request Header Parser Microservice

This is the second 'Build API' challenge from Free Code Camp

In this zipline we need to parse client's request to JSON data that contains:

  • ipaddress: client's public ip address,
  • language: client's language
  • software: your operating system

See App you can HERE.

User Story:

  • I can get the IP address, language and operating system for my browser.