2023-06-17 17:06:22 +02:00
2023-06-17 16:54:39 +02:00
2023-06-17 17:06:22 +02:00

fccradio-nowplaying

a simple and "lightweight" freecodecamp radio now playing program. the nowplaying song will be put in a data.txt file that you can conveniently put into a obs text source.

lang used

typescript

how did you bundle it into one file?

yarn global add pkg;tsc;pkg --compress GZip dist/index.js

can i yoink typedefs?

yes it's on the types.ts file

what packages did u use

  • colorette (for making terminal output not look boring)
  • ws (websockets)
  • typedefs generated by gpt 3

are you gonna make it more lightweight in the future?

yes, probably a golang rewrite will come shortly™️

no github actions builds?

why?

virustotal?

you can always just package it on your own if you aren't sure enough. for some reason it's open source :)

Description
speedrunning a now playing free code camp radio app
Readme 57 KiB
Latest
2023-06-17 14:55:47 +00:00
Languages
TypeScript 100%