Skip to content

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

Notifications You must be signed in to change notification settings

soumyadeeptadas/Request-Header-Parser-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published