/FCC-Request-Header-Parser-Microservice

FCC Request Header Parser Microservice

Primary LanguageJavaScript

Solution to Request Header Parser Microservice

Challenge Link

Description

Build a full stack JavaScript app that is functionally similar to this: https://timestamp-microservice.freecodecamp.rocks/.

Forked from

https://github.com/freeCodeCamp/boilerplate-project-headerparser/

User Stories

I can get the IP address, language, and software that I'm currently using.

Example output:

  • {"ipaddress":"159.20.14.100","language":"en-US,en;q=0.5", "software":"Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0"}