Final Result
When opening the client.html the final result should look like this
Then we need to start the Node.js server, so we execute the following command
node server.js
Then we can start typing URL's from APIs to request information from them, here's a few examples:
https://api.github.com/users/mtemprano
https://api.github.com/users/lukfok
Here we can see the application working, and we can observe the response time being significantly smaller on Redis than on the requests from the remote API.