li-dennis / chromeJoule

40 stars 9 forks source link

Generalized JS library #5

Open yoiang opened 5 years ago

yoiang commented 5 years ago

Hey @dennisli92 ! Amazing work decoding the inner workings of the Joule API! I was wondering if you have any plans on putting out a generalized library in Typescript or Javascript for usage in a wider variety of applications. For example I'd love to hook into my Joule via home automation applications.

If you aren't I might take a stab at it myself!

li-dennis commented 5 years ago

hey @yoiang, sorry about the delayed response! I don't have any such plans, but happy to help if you have any questions. If you take a look at the writeup (https://medium.com/@_dennisli/reverse-engineering-the-chefsteps-joule-and-making-a-chrome-extension-fa09c78bd87f) and poke around the chefsteps SDK, that might satisfy you.

After all, a lot of this is a wrapper around that :)

yoiang commented 5 years ago

No worries! Sounds great, it's not necessarily a thing I need so we'll see if I get around it as well haha.

I have previously read your well written post detailing the process, thank you ;) I'll let you know if I have any questions!

mediaexplorer74 commented 1 year ago

No worries! Sounds great, it's not necessarily a thing I need so we'll see if I get around it as well haha.

I have previously read your well written post detailing the process, thank you ;) I'll let you know if I have any questions!

Hey, Ian!

Do you have any progress on Generalized JS library? ;)

I noticed that you're coding on very different languages, from JS to C# =) Can you build the simplest C# app that do auth at ChefSteps API via email+password and catch the token? ;)))

Cheers up, [m][e]