Skip to content

hitgo00/telemetry-pwa

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telemetry-pwa

It is a Progressive Web App made for displaying the System data fethced by the Chrome extension

Architectire

telemetry-architecture

telemetry-chart

For stats calculations, two simple functions has been exported from Go file which is used in PWA using Web Assembly.

See it live!

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:

Screenshot 2021-04-01 at 1 37 18 AM

Demo video: https://user-images.githubusercontent.com/41156157/114594331-c3e6fa80-9caa-11eb-8b3c-9a7eebabdcc7.mov

Development

  • 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