Digit interview question

Create an api endpoint that returns data pulled from a web page

Interview Answer

Anonymous

31 Jan 2020

I'm personally most comfortable in Go, so I create a go server with an API endpoint that queried the web page for data and formatted it for the user.