I have a small lib named bella-scheduler that may help you by writing as below:
scheduler.every('sun 15:30:00', () => {
// do what you want on Sunday at 15:30
});
Feel free to create issue if it's not enough flexible for you: https://github.com/ndaidong/bella-scheduler