Open moshed opened 3 years ago
I've never heard of this but happy to look into it when time allows. Might be a great opportunity to learn something yourself though :)
Node-Red is equal parts cool, scary, and blasphemous... I'll dig deeper into the docs at some point and see if I can find a way to integrate anything.
In the meantime, you could check out how I set up the docs site https://github.com/whatadewitt/fantasy-docs-next which, outside of the catch all API route for all of the actual API calls, should provide a pretty simple introduction to how to write NodeJS code for the library.
yeah node red is great I use it to implement simple speech to text voice transcription bots in telegram
https://user-images.githubusercontent.com/8683379/116653453-36b3cf00-a955-11eb-8b07-bf4f8dead42c.MP4
control the lights in my house based on sunset and sunup and send notification to pushover about events.
and posts videos of all MLB homers to telegram
im interested in pulling my team roster from yahoo and posting the results of every at bat or inning pitched to my phone
ill check the docs you linked! seems like a great place to start
Hey did you any luck integrating into node-red? I was wholly unsuccessful in even the most basic steps of accessing the api and I'm afraid it's beyond my abilities.
Thanks for all your hard work!
I've been so busy man, I apologize.
Will let you know when I get a chance to look at it!
no need to apologize at all! whenever you get a shot that'd be great, if not, not. No need to apologize!
any chance you would look into integrating this into node-red? im a bit of a beginner and the visual aspect of node-red really helps me visualize writing flows to accomplish certain things.