Skip to content

jodaz/request-header

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

request-header

A Request Header Parser microservice project, made for freeCodeCamp.

Description

Using this api you can get the IP address, preferred languages and the system information of your device.

Installation

$ git clone https://github.com/jesuodz/request-header.git
$ cd request-header
$ npm install
$ npm start

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