Skip to content

Microservice API that parses client request headers to extract IP address, preferred language, and software information. Built using Node.js and Express.js. API responds to /api/whoami endpoint with a JSON object containing ipaddress, language, and software keys derived from the request headers.

Notifications You must be signed in to change notification settings

davidecarluccio/request-header-parser-microservice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Request Header Parser Microservice

Build a full stack JavaScript app that is functionally similar to this: https://request-header-parser-microservice.freecodecamp.rocks/. Working on this project will involve you writing your code using one of the following methods:

Tests

1. You should provide your own project, not the example URL.

2. A request to /api/whoami should return a JSON object with your IP address in the ipaddress key.

3. A request to /api/whoami should return a JSON object with your preferred language in the language key.

4. A request to /api/whoami should return a JSON object with your software in the software key.

About

Microservice API that parses client request headers to extract IP address, preferred language, and software information. Built using Node.js and Express.js. API responds to /api/whoami endpoint with a JSON object containing ipaddress, language, and software keys derived from the request headers.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 49.1%
  • HTML 37.3%
  • CSS 13.6%