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

https://github.com/eliacontini/fcc-request-header-parser-microservice

Solution for the freeCodeCamp Request Header Parser Microservice Challenge
https://github.com/eliacontini/fcc-request-header-parser-microservice

expressjs microservice nodejs

Last synced: 7 months ago
JSON representation

Solution for the freeCodeCamp Request Header Parser Microservice Challenge

Awesome Lists containing this project

README

          

# [Request Header Parser Microservice](https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice)

Solution for freeCodeCamp APIs and Microservices Certification

## 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.