Build a full stack JavaScript app that is functionally similar to this: https://request-header-parser-microservice.freecodecamp.rocks/.
This is a simple API that returns the user’s IP address, language, and software.
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.
MIT | webdev@vcoles.com |