Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 472 Bytes

File metadata and controls

12 lines (10 loc) · 472 Bytes

Request Header Parser Microservice

An app which uses the node, express-useragent and ip packages to extract the operating system, browser, browser language and ip address from the client's computer. The gathered information is output in html via pug. This could be changed to json format so the app could be used to integrate seemlessly into another.

Technologies used in this project:

  • node
  • express
  • pug
  • css

Addtional packages of note:

  • express-useragent
  • ip