An open API service indexing awesome lists of open source software.

https://github.com/gerhynes/request-header-parser-microservice

A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.
https://github.com/gerhynes/request-header-parser-microservice

freecodecamp header-parser-microservice node

Last synced: 11 months ago
JSON representation

A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.

Awesome Lists containing this project

README

          

# Request Header Parser Microservice

A header parser microservice built for the freeCodeCamp APIs and Microservices Certificate.`

[View live project](https://request-header-parser-microservice.gkhynes.repl.co)

![Screenshot of Request Header Parser Microservice](https://res.cloudinary.com/gerhynes/image/upload/q_auto/f_auto/v1613163810/Screenshot_2021-02-12_Request_Header_Parser_Microservice_zm05tk.png)

### Requirements

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

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

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