Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 526 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 526 Bytes

Free Code Camp Back End API Project: Request Header Parser Microservice

User story:

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

Example output:

{"ipaddress":"1.2.3.4","language":"en-US","software":"X11; Linux x86_64; rv:45.0"}

Live preview

https://fbertone-fcc-headers.herokuapp.com/

TODO

  • Add tests

Info

Request Header Parser Microservice API project for Free Code Camp Back End Certification.

###License MIT