/Request-Header-Parser-API

Header Parser which returns IP address, browser languages and browser info of the client, using NodeJs and Express

Primary LanguageHTML

Request-Header Parser API

returns IP address, browser languages and browser info of the client,made using NodeJs and Express

APP Link

refresh page is theres loading or server error

Overview:

  • Get the IP address, preferred languages and system info for your device.

Example usage:

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"}

To run locally:

prerequisites NodeJs

  • cd into the project folder
  • in powershell or similar terminal, run 'npm install --save'
  • then run 'node server.js'
  • app starts at specified port number