|
|
|
|
|
by keithwhor
2297 days ago
|
|
If you're interested in setting up easy scheduled functions, I can recommend checking out Autocode: https://autocode.stdlib.com/new/?event=scheduler.daily&event... This link will set up an automatically scheduled script / endpoint you can deploy in a click. Disclaimer; I built a lot of it. (Founder.) Warning is that there's a signup wall right now but it is free to use. Based on feedback we might be removing the signup wall at some point just so more people can check it out. I'm previously the author of Nodal [1], a Node.js API framework that had quite a bit of early popularity -- we transitioned to building Standard Library [2] to focus on easily building APIs and combining them for simple backend workflows / integrations. Fits with JAMStack pretty well, generally, and our users aren't just developers; it's accessible to business users as well, provided they don't mind learning a little code. :) [1] https://github.com/keithwhor/nodal [2] https://stdlib.com/ |
|