Deployed example here.
Returns the IP address, default language, and OS details of a user based on their request header.
Data is returned in a JavaScript object.
If you navigate to: https://parseheaderdetails.joshamore.com/me
You will receive something like: {"ipaddress":"x.x.x.x","language":"en-AU","software":"Macintosh; Intel Mac OS X 10_12_6"}
Backend
Frontend
This is a project from the FreeCodeCamp backend curriculum.