This small project application is part of the completion criteria for the Freecodecamp.org Back End Development and APIs certification
At completion, the application is expected to do the following:
- A request to
/api/whoami
should return a JSON object with your IP address in theipaddress
key. - A request to
/api/whoami
should return a JSON object with your preferred language in thelanguage
key. - A request to
/api/whoami
should return a JSON object with your software in thesoftware
key.