Skip to content
This repository has been archived by the owner on Aug 22, 2018. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 504 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 504 Bytes

FreeCodeCamp: Request Header Parser Microservice

This is my request header parser for Free Code Camp's second API project. Demo is available on Heroku.

User story:

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

Example output:

{
  "ipaddress": "86.205.25.192",
  "language": "en-GB",
  "software": "Macintosh; Intel Mac OS X 10_11_4"
}