Skip to content

mezannic/fcc-request-header-parser-microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Request Header Parser Microservice

Displays the IP address, language and operating system of your browser.

Set up

npm install
node server.js

The server will listen to the port specified in the PORT environment variable. If this variable is unset, the port will default to 8080.

Example ouput

{"ipaddress":"127.0.0.1","language":"en-US","software":"Windows 10.0"}

Releases

No releases published

Packages

No packages published