Fun trick. You can use Cloudflare's free tunnels offering to ease access to tmo-live-graph.
- Step 1: Install cloudflared. Eg. on the mac do:
brew install cloudflare/cloudflare/cloudflared.
- Step 2: Create tunnel:
cloudflared tunnel --localhost 3000, take note of the long random domain name is sets up.
- Step 3: Run tmo-live-graph:
DANGEROUSLY_DISABLE_HOST_CHECK=true npm start
- Step 4: Enjoy, visit the random domain noted in step 2, for example only: https://long-random-something.trycloudflare.com
The real trick here is setting the environment variable.
Fun trick. You can use Cloudflare's free tunnels offering to ease access to tmo-live-graph.
brew install cloudflare/cloudflare/cloudflared.cloudflared tunnel --localhost 3000, take note of the long random domain name is sets up.DANGEROUSLY_DISABLE_HOST_CHECK=true npm startThe real trick here is setting the environment variable.