Digit Interview Question

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

Interview Answer

Anonymous

Jan 31, 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.