Files
fccradio-nowplaying/README.md
2023-06-17 17:06:22 +02:00

1.2 KiB

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 :)