This project is from FreeCodeCamp's Backend development and apis course. It's one of the Microservice Api project needed to complete the backend course.
Live link - Request Header Parser Microservice Api
This is the boilerplate for the Request Header Parser Microservice project. Instructions for building your project can be found at https://www.freecodecamp.org/learn/apis-and-microservices/apis-and-microservices-projects/request-header-parser-microservice
Emmanuel Dan Asuquo
- LinkedIn - @Emmanuel Asuquo
- Twitter - @_emmanueldan
- Github - @dannyrae
- https://req-header-parser-microservice.asuquoemmanuel.repl.co/api/whoami
return a JSON object with your IP address in the ipaddress key
return a JSON object with your language in the language key
return a JSON object with your software in the software key
- You should provide your own project, not the example URL.
- 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 preferred software in the software key.
This repo is licensed under MIT.