Thanks to visit codestin.com
Credit goes to github.com

Skip to content

neatherweb/lr

 
 

Repository files navigation

lr

This project is some quick hacking to develop a replacemnt frontend for our Paragliging/Hangliding site weather station.

src/data/dataManager.ts

This TS library provides some methods to query the same WebSocket service used by the official HoboLink public dashboard. The main interfaces are via the DataManager class to manage a connection and handle callback functions. To request new data use the RequestTSData or RequestLatestData methods (see doc-comments of the methods).

Recommended IDE Setup

VSCode + Volar (and disable Vetur) + TypeScript Vue Plugin (Volar).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Perform TypeScript type check

npm run type-check

Compile and Minify for Production

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 54.4%
  • TypeScript 40.2%
  • CSS 4.5%
  • HTML 0.9%