BradyBrenot / huestacean

Philips Hue control app for desktop with screen syncing. C++ with Qt Quick GUI.
http://huestacean.com
Apache License 2.0
566 stars 53 forks source link

NHL goal effect #20

Open BradyBrenot opened 6 years ago

BradyBrenot commented 6 years ago

Budweiser does it somehow.

https://www.kevinsidwar.com/iot/2017/7/1/the-undocumented-nhl-stats-api

https://statsapi.web.nhl.com/api/v1

teams
teams/:id
"?expand=team.schedule.next" to get info about when the next game is

game/:id/feed/live

Is the NHL "feed" API fast enough? Should I have single server watching and pushing to avoid hitting the thing too hard?

BradyBrenot commented 6 years ago

Probably do this a trigger that can be combined with any effect / scene.

That's something to consider for the design of scenes / effects.

BradyBrenot commented 6 years ago

Unassigning and dropping from the milestone for now.