58 Commits

Author SHA1 Message Date
jwetzell 98c5ac85ed Merge pull request #1 from jwetzell/remove-lodash
remove lodash
2024-10-22 09:11:39 -05:00
jwetzell f1de44bac4 remove lodash 2024-10-22 09:10:22 -05:00
jwetzell 6695069d73 add author information 2024-10-22 09:00:00 -05:00
jwetzell 9ebe8bdd35 fix cli gitignore 2024-10-22 08:59:51 -05:00
jwetzell 616291b04d move apps to apps folder 2024-10-22 08:56:27 -05:00
jwetzell e42ff6615d add MIT license 2024-10-22 08:54:18 -05:00
jwetzell 9913648430 Update README.md 2024-04-26 13:59:00 -05:00
jwetzell 0abb93af16 add nvmrc v0.1.0 2023-12-08 10:30:23 -06:00
jwetzell 128a75c77c cleanup 2023-12-06 00:12:43 -06:00
jwetzell d6a014378a add build and run info to readme 2023-11-25 16:42:45 -06:00
jwetzell 4152ec620b add build cli script to root package.json 2023-11-25 16:42:37 -06:00
jwetzell 2f9bb0f4c1 update readme 2023-11-25 13:28:44 -06:00
jwetzell 6f661f4dfa property removal and renaming 2023-11-25 13:25:42 -06:00
jwetzell c28c570258 add whirley and start cleaning output state 2023-11-25 12:28:08 -06:00
jwetzell 8e15949be7 cleanup constants 2023-11-25 12:08:57 -06:00
jwetzell 0dc9b8f6a5 update readme 2023-11-25 11:56:17 -06:00
jwetzell 03c541b405 add track parsing 2023-11-25 11:55:34 -06:00
jwetzell 59422675dc add hockey parsing 2023-11-25 11:35:27 -06:00
jwetzell 402b4cfaf4 add soccer parsing 2023-11-25 10:55:26 -06:00
jwetzell aa25dc5918 update readme 2023-11-25 10:40:15 -06:00
jwetzell c4ca0bed4b add auto racing 2023-11-25 10:39:57 -06:00
jwetzell 48b4ad82fb update readme 2023-11-25 10:02:03 -06:00
jwetzell f681a8b596 add wrestling support 2023-11-25 10:01:38 -06:00
jwetzell c87561c1fa use more bitwise in common parsing 2023-11-25 10:01:28 -06:00
jwetzell b3a7788a37 fix showTenths parsing 2023-11-25 10:00:47 -06:00
jwetzell 84f7c45517 allow bitwise through eslint 2023-11-25 09:59:53 -06:00
jwetzell 93ee412480 fix up int parsing function 2023-11-25 09:59:39 -06:00
jwetzell f187626e5f rename int function 2023-11-25 09:46:24 -06:00
jwetzell c2968366e4 add function to parse their weirdly packed ints 2023-11-25 09:42:54 -06:00
jwetzell 181500ad0f fix auxtime parsing 2023-11-25 09:42:11 -06:00
jwetzell b62bd4547c add player num and player fouls to basketball 2023-11-25 09:18:59 -06:00
jwetzell 7d4bf79248 fix up volleyball parsing 2023-11-25 09:18:42 -06:00
jwetzell dcefef69e8 move common parsing into its own function 2023-11-25 09:04:10 -06:00
jwetzell 60de1632eb add selector if no device specified 2023-11-24 16:01:39 -06:00
jwetzell c9b0c0a663 add horn flag to all sports 2023-11-24 15:13:05 -06:00
jwetzell d462eb230e clear update timeout on interrupt signal 2023-11-24 14:40:37 -06:00
jwetzell e580fbc623 add yaml output option 2023-11-24 14:40:17 -06:00
jwetzell f9ef0682cf add xml format option 2023-11-24 14:35:13 -06:00
jwetzell b13e906f44 add a demo webui 2023-11-24 13:54:36 -06:00
jwetzell ca5b37a54d only write output if sport is initialized 2023-11-24 13:54:09 -06:00
jwetzell 002fdb6a8e add restart if data stops for more than a second 2023-11-24 13:53:49 -06:00
jwetzell e4fa85f455 add a reset method to console 2023-11-24 13:51:53 -06:00
jwetzell 36404cb0d5 add websocket flag to cli 2023-11-24 13:19:56 -06:00
jwetzell 1b9bffa140 update readme with sports 2023-11-24 13:07:33 -06:00
jwetzell 2399dae842 groundwork for multiple output formats 2023-11-24 12:08:06 -06:00
jwetzell 8bbacbf2ba some general error handling 2023-11-24 12:01:22 -06:00
jwetzell f2ad8b424c switch to a nested state object 2023-11-24 11:32:45 -06:00
jwetzell 190b8f838a add baseball decoding 2023-11-24 11:20:34 -06:00
jwetzell 70064094bd add football decoding 2023-11-24 10:28:45 -06:00
jwetzell 21c45d971c camelCase basketball shotclock 2023-11-24 10:28:08 -06:00