evanpurkhiser / prolink-tools

User friendly tools for accessing and using PRO DJ LINK information.
https://prolink.tools
MIT License
221 stars 18 forks source link

Connecting to the upcoming API. #43

Open GameGrime opened 3 years ago

GameGrime commented 3 years ago

I have been watching this project quite closely. And the upcoming API feature seems to be really cool.

I have not been able to fully grasp connecting to it yet. Is there a basic guide I can read through that allows me to connect?

I am thinking about using the API connection to read the current BPM of the master track, and set a pattern on my custom 3D printed Nanoleafs and have the pattern change on a rate of the BPM.

evanpurkhiser commented 3 years ago

I haven't put anything together for it just yet, mainly since the API for real-time data will likely be over websockets and will probably need some type of client library to make use of.

I may offer a way to have webhooks connected to specific events such as BPM changes though. But it's still in it's early stages.

I'll keep this issue open and make posts in here as development continues!