n-ce / ytify

Audio Streaming Client for YouTube. Cherish the Art of Listening.
https://ytify.netlify.app
GNU General Public License v3.0
174 stars 52 forks source link

Modularize the JS CodeBase #40

Closed n-ce closed 2 years ago

n-ce commented 2 years ago

Since the codebase is huge its becoming increasing difficult to maintain and develop. To solve this we separate the script.js file into various modules as per functions using JS modules import export.

n-ce commented 2 years ago

https://github.com/n-ce/ytify/commit/a259d748b50b5f7ce0b5a009b83416cbb4963ff8