Freecodecamp's API Project for Back End Development Certification
User Stories:
- I can get the IP address, language and operating system for my browser
- Node.js
npm install
- to install the dependencies
npm start
- to start the server
http://host:port/api/whoami
- to request the info
{"ipaddress":"::1","language":"pt-BR","software":"Windows NT 10.0"}