How to read the documentation for a wrapper API trading bot?

Hello, I have a question: how to read JSDoc-generated HTML documentation?
For example, I want to use this API wrapper
and they say to read the doc in this folder as well as the examples folder for executable examples covering common use cases. But once I install the package in my project folder with vscode, how could I access those documentations and executable examples?
Thanks