It is a Progressive Web App made for displaying the System data fethced by the Chrome extension
For stats calculations, two simple functions has been exported from Go file which is used in PWA using Web Assembly.
Open https://telemetry-pwa.vercel.app/ in the Chrome browser, install PWA by clicking on download button on address bar.
Then follow the instructions in popup:
Demo video: https://user-images.githubusercontent.com/41156157/114594331-c3e6fa80-9caa-11eb-8b3c-9a7eebabdcc7.mov
-
You need Node & Yarn to start the development environment. Download them here - Node, Yarn.
-
Run the development server using:
yarn install
yarn start
- For production build:
yarn install
yarn build