Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 643 Bytes

File metadata and controls

42 lines (27 loc) · 643 Bytes

Request Header Parser

An API that returns a host's IP address, OS and preferred language

Getting Started

Prerequisites

  1. node
  2. npm

Installation

Clone the project

git clone https://github.com/khansubhan95/request-header-parser.git

run

npm install

to install the dependencies

Usage

/getinfo

Returns

{"ipaddress":"ip_addr","language":"pref_language","software":"OS_name"}

Builtwith

express

View other dependencies in package.json

Licensing

MIT