Ngrok
Ngrok
is a service that allows you to forward localhost to the public web through https. This comes in handy when you're testing code that interacts with an API that requires a valid https URL (like QuickBooks in the Comissioner API).
You can see how to use it by looking at the commissioner-api
README.
Visit Ngrok's website to learn more about it.