-
Notifications
You must be signed in to change notification settings - Fork 0
Description
It'd be nice to be able to run the application somewhere and view the results from a browser. There are times I'll be doing errands and won't be at my computer for a while, it'd be nice to be able to retrieve a lineup while on the go.
Perhaps this could be accomplished using GH actions. A daily build at some point when the Yahoo endpoint updates, it could create a simple html page (using GH Pages) displaying the json format that gets outputted from the solver.
Another idea would be to have a Heroku app do a similar thing. On demand, it could run the scripts and print the data out to some endpoint or custom URL. The nice thing with Heroku is I think the free tier would be enough for a small amount of users, and could be activated whenever needed.