As part of my ArcaneBooks Project I described how to use the OpenLibrary Simple API to get book data.
In that post I also showed a way to bring up the webpage for an ISBN. I had a thought, why not build a function to add to the module to do that? This way a user would have an easy way to compare the output of the web API call to what the site holds.
In this post I’ll describe how to use the
Start-Process
cmdlet to open a target webpage.
Read on for the code to do this.